From c4ac81cffcf925963acb0c02584ab22626427a73 Mon Sep 17 00:00:00 2001 From: quou Date: Thu, 4 May 2023 10:15:19 +1000 Subject: Add an animation system. --- game_config.h | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 game_config.h (limited to 'game_config.h') diff --git a/game_config.h b/game_config.h new file mode 100644 index 0000000..c4efee7 --- /dev/null +++ b/game_config.h @@ -0,0 +1,6 @@ +#ifndef game_config_h +#define game_config_h + +#define player_move_speed (3 << fbits) + +#endif -- cgit v1.2.3-54-g00ecf