* Menu Screen

* SFX
* Player Sprites
This commit is contained in:
Indrajith K L
2021-08-03 02:22:07 +05:30
parent f2e4f56366
commit 5bd12d5a65
13 changed files with 1107 additions and 29 deletions

View File

@@ -0,0 +1,13 @@
class CreditScreen {
construct new() {
}
update() {
}
draw(dt) {
}
}