summaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'config.h')
-rw-r--r--config.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/config.h b/config.h
new file mode 100644
index 0000000..28d4604
--- /dev/null
+++ b/config.h
@@ -0,0 +1,8 @@
+#ifndef CONFIG_H
+#define CONFIG_H
+
+#define PLAYER_MOVE_SPEED 400.0f
+#define PLAYER_ROTATION_SPEED 0.05f
+#define PLAYER_MOUSE_SENSITIVITY 0.003f
+
+#endif