add floor

This commit is contained in:
2026-07-04 17:07:43 +03:00
parent 700ccaeff0
commit d146abbc05
3 changed files with 45 additions and 24 deletions
+8
View File
@@ -0,0 +1,8 @@
#ifndef SCREEN_H
#define SCREEN_H
#define GAME_FPS 60
void DrawLevel00();
#endif