about summary refs log tree commit diff
path: root/src/game/tuning.hpp
diff options
context:
space:
mode:
authorMagnus Auvinen <magnus.auvinen@gmail.com>2009-01-11 14:40:45 +0000
committerMagnus Auvinen <magnus.auvinen@gmail.com>2009-01-11 14:40:45 +0000
commite60236e3046f7012efc7232f490207aeb498b598 (patch)
tree43a2a32e0056e81e720ddab42f29a2e6a09fce6f /src/game/tuning.hpp
parente673e607dce91586ab1f09d01b571a9ae65e73c5 (diff)
downloadzcatch-e60236e3046f7012efc7232f490207aeb498b598.tar.gz
zcatch-e60236e3046f7012efc7232f490207aeb498b598.zip
added tuning parameters for player collision and player hooking
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)