- made fixes to buttjump
[supertux.git] / src / defines.h
index 4bdaab2..616fcee 100644 (file)
@@ -25,7 +25,7 @@
 /* Version: */
 
 #ifndef VERSION
-       #define VERSION "0.0.5-0.0.6-CVS"
+       #define VERSION "0.1.1"
 #endif
 
 /* Frames per second: */
@@ -87,8 +87,12 @@ enum DyingType {
 
 /* Timing constants (in ms): */
 
-#define KICKING_TIME 3000
+#define KICKING_TIME 200
 
+/* Scrolling text speed */
+
+#define SCROLL_SPEED_CREDITS 2.0
+#define SCROLL_SPEED_MESSAGE 1.0
 
 /* Debugging */