Got some new sounds and camera shake came back but has a bug.

This commit is contained in:
Zed A. Shaw 2024-11-08 13:18:43 -05:00
parent ed9d0de8e0
commit 113811bc84
10 changed files with 30 additions and 9 deletions

View file

@ -59,6 +59,7 @@ public:
void draw_screen(bool clear=true, float map_off_x=0.0f, float map_off_y=0.0f);
void run_systems();
void save_world();
void shake();
int main();
};