Liero-kuvat lis?tty.
authorekku
Sat, 06 Dec 2008 11:33:07 +0000
changeset 214 6af842e348a4
parent 213 5bd5afab4673
child 215 69de8d9fcc0a
Liero-kuvat lis?tty.
pics/skin-mask.png
pics/skin.png
src/Config.hh
Binary file pics/skin-mask.png has changed
Binary file pics/skin.png has changed
--- a/src/Config.hh	Fri Dec 05 13:13:27 2008 +0000
+++ b/src/Config.hh	Sat Dec 06 11:33:07 2008 +0000
@@ -18,11 +18,11 @@
 const uint16_t PHYSICS_TICK_MS = 10;
 
 // Constants affecting physics
-const float MAP_GRAVITY = 1200.0;
+const float MAP_GRAVITY = 1500.0;
 
 // Player properties
 const float PLAYER_MASS = 10.0;
-const float PLAYER_MOVE_FORCE = 5000.0;
+const float PLAYER_MOVE_FORCE = 3500.0;
 const float PLAYER_MIN_SPEED = 30.0;
 const float PLAYER_JUMP_MIN_DISTANCE = 5.0;
 const float PLAYER_AIM_MIN = -KG_PI/4; 
@@ -34,7 +34,7 @@
 const float PLAYER_MAX_SPEED = 130;
 const float PLAYER_WALK_SPEED = 100;
 
-const float PLAYER_COLLISION_ELASTICITY = 0.3; // TODO: This could be
+const float PLAYER_COLLISION_ELASTICITY = 0.25; // TODO: This could be
                                         // different for different
                                         // objects