This commit is contained in:
2026-03-21 19:35:45 +01:00
parent 048575c14c
commit f6af3449a6
23 changed files with 354 additions and 80 deletions

View File

@@ -4,6 +4,8 @@
typedef struct Player {
Sprite* sprite;
Vector2 pos;
float walk_speed;
} Player;
void game_screen_init();