src/Config.hh
changeset 219 ec472f8ac482
parent 214 6af842e348a4
child 220 1c92222af6d3
--- a/src/Config.hh	Sat Dec 06 14:20:01 2008 +0000
+++ b/src/Config.hh	Sat Dec 06 14:28:59 2008 +0000
@@ -22,8 +22,8 @@
 
 // Player properties
 const float PLAYER_MASS = 10.0;
-const float PLAYER_MOVE_FORCE = 3500.0;
-const float PLAYER_MIN_SPEED = 30.0;
+const float PLAYER_MOVE_FORCE = 1100.0;
+const float PLAYER_MIN_SPEED = 10.0;
 const float PLAYER_JUMP_MIN_DISTANCE = 5.0;
 const float PLAYER_AIM_MIN = -KG_PI/4; 
 const float PLAYER_AIM_MAX = KG_PI/2;
@@ -31,8 +31,8 @@
 const float PLAYER_INITIAL_Y = 300.0;
 const float CROSSHAIR_ANGLE_SPEED = PI/40;
 
-const float PLAYER_MAX_SPEED = 130;
-const float PLAYER_WALK_SPEED = 100;
+const float PLAYER_MAX_SPEED = 43;
+const float PLAYER_WALK_SPEED = 33;
 
 const float PLAYER_COLLISION_ELASTICITY = 0.25; // TODO: This could be
                                         // different for different