1
0
Fork 0
mirror of https://github.com/doukutsu-rs/doukutsu-rs synced 2025-02-11 11:53:01 +00:00

Update credits

This commit is contained in:
alula 2022-01-16 03:18:07 +01:00 committed by GitHub
parent 8786787249
commit 824ba2c287
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -47,9 +47,9 @@ Vanilla Cave Story does not work yet because some important data files have been
#### Credits
- Studio Pixel/Nicalis for Cave Story
- [ggez](https://github.com/ggez/ggez) - we took few bits from it while moving away to SDL2.
- - [@uselesscalcium](https://twitter.com/uselesscalcium) - Android port icon artwork
- Daedily - banner / server icon artwork
- [ggez](https://github.com/ggez/ggez) - parts of it are used in `crate::framework`, notably the VFS code.
- [@ClayHanson_](https://twitter.com/ClayHanson_) - for letting us use his .pxchar skin format from Cave Story Multiplayer mod.
- [Cave Story Tribute Site](https://cavestory.org) - has lots of useful resources related to the game.
- [Clownacy](https://github.com/Clownacy) - widescreen camera code.
- [LunarLambda for organism](https://gitdab.com/LunarLambda/organism) - which is being used by us as `.org` playback engine.
- [@uselesscalcium](https://twitter.com/uselesscalcium) - Android port icon artwork
- [LunarLambda for organism](https://gitdab.com/LunarLambda/organism) - used as basis for our Organya playback engine.