about summary refs log tree commit diff
path: root/src/game/tuning.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/game/tuning.hpp')
-rw-r--r--src/game/tuning.hpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/game/tuning.hpp b/src/game/tuning.hpp
index 210dbe96..4554a8eb 100644
--- a/src/game/tuning.hpp
+++ b/src/game/tuning.hpp
@@ -36,3 +36,6 @@ MACRO_TUNING_PARAM(laser_bounce_delay, 150)
 MACRO_TUNING_PARAM(laser_bounce_num, 1)
 MACRO_TUNING_PARAM(laser_bounce_cost, 0)
 MACRO_TUNING_PARAM(laser_damage, 5)
+
+MACRO_TUNING_PARAM(player_collision, 1)
+MACRO_TUNING_PARAM(player_hooking, 1)