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 11:54:41 +0000
committerMagnus Auvinen <magnus.auvinen@gmail.com>2009-01-11 11:54:41 +0000
commit2aafe11723e8c30b0482bbefb4c1c9a25fba92b3 (patch)
treea8965cc00cf4db6a5dd62149caa61ef6498ed3ef /src/game/tuning.hpp
parentc164ba3518f14cb939194c24ca308ec69bb5535e (diff)
downloadzcatch-2aafe11723e8c30b0482bbefb4c1c9a25fba92b3.tar.gz
zcatch-2aafe11723e8c30b0482bbefb4c1c9a25fba92b3.zip
tweaked the gameplay a bit
Diffstat (limited to 'src/game/tuning.hpp')
-rw-r--r--src/game/tuning.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/game/tuning.hpp b/src/game/tuning.hpp
index b68c6a36..210dbe96 100644
--- a/src/game/tuning.hpp
+++ b/src/game/tuning.hpp
@@ -23,9 +23,9 @@ MACRO_TUNING_PARAM(gun_speed, 2200.0f)
 MACRO_TUNING_PARAM(gun_lifetime, 2.0f)
 
 MACRO_TUNING_PARAM(shotgun_curvature, 1.25f)
-MACRO_TUNING_PARAM(shotgun_speed, 2200.0f)
+MACRO_TUNING_PARAM(shotgun_speed, 2750.0f)
 MACRO_TUNING_PARAM(shotgun_speeddiff, 0.8f)
-MACRO_TUNING_PARAM(shotgun_lifetime, 0.25f)
+MACRO_TUNING_PARAM(shotgun_lifetime, 0.20f)
 
 MACRO_TUNING_PARAM(grenade_curvature, 7.0f)
 MACRO_TUNING_PARAM(grenade_speed, 1000.0f)