aboutsummaryrefslogtreecommitdiff
path: root/game_config.h
diff options
context:
space:
mode:
Diffstat (limited to 'game_config.h')
-rw-r--r--game_config.h6
1 files changed, 6 insertions, 0 deletions
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