Liero-kuvat lis?tty.
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