Finally!!
[supertux.git] / src / defines.h
index 97c7a78..6ea3cd7 100644 (file)
@@ -76,6 +76,8 @@ enum DyingType {
 
 #define GRAVITY 1.0
 #define YM_FOR_JUMP 6.0
+#define WALK_ACCELERATION_X 0.02
+#define RUN_ACCELERATION_X 0.03
 #define KILL_BOUNCE_YM 8.0
 
 #define SKID_XM 2.0