Prevent "Return to Level Editor" from working, if no levelsubset is loaded. This...
[supertux.git] / src / defines.h
index 9c86b6d..163f1bd 100644 (file)
@@ -85,6 +85,14 @@ enum DyingType {
 
 #define LEVEL_WIDTH 375
 
+/* Timing constants (in ms): */
+
+#define KICKING_TIME 200
+
+/* Scrolling text speed */
+
+#define SCROLL_SPEED_CREDITS 2.0
+#define SCROLL_SPEED_MESSAGE 1.0
 
 /* Debugging */