This commit is contained in:
t. boddy 2026-02-14 19:31:58 -05:00
parent ab73e04b32
commit 0b905f2690
26 changed files with 1210 additions and 0 deletions

3
src/stage.h Normal file
View file

@ -0,0 +1,3 @@
void loadStage(){
spawnEnemy(0);
}