1
0
Fork 0
mirror of https://github.com/doukutsu-rs/doukutsu-rs synced 2025-06-18 16:12:16 +00:00

credit more people

This commit is contained in:
Alula 2021-03-23 15:25:40 +01:00
parent aa269377ab
commit 334d1530c0
No known key found for this signature in database
GPG key ID: 3E00485503A1D8BA

View file

@ -47,6 +47,8 @@ Vanilla Cave Story does not work yet because some important data files have been
#### Credits #### Credits
- Studio Pixel/Nicalis for Cave Story - Studio Pixel/Nicalis for Cave Story
- [ggez](https://github.com/ggez/ggez) - we took few bits from it while moving away to SDL2.
- [@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. - [Cave Story Tribute Site](https://cavestory.org) - has lots of useful resources related to the game.
- [CSE2](https://github.com/Clownacy/CSE2) - widescreen fixes, mutual help in various things. - [CSE2](https://github.com/Clownacy/CSE2) - widescreen fixes, mutual help in various things.
- [LunarLambda for organism](https://gitdab.com/LunarLambda/organism) - which is being used by us as `.org` playback engine. - [LunarLambda for organism](https://gitdab.com/LunarLambda/organism) - which is being used by us as `.org` playback engine.