Files
rebirth-wren/screens/credit_screen.wren
Indrajith K L 5bd12d5a65 * Menu Screen
* SFX
* Player Sprites
2021-08-03 02:22:07 +05:30

13 lines
105 B
Plaintext

class CreditScreen {
construct new() {
}
update() {
}
draw(dt) {
}
}