Added support for Benjamin's green fonts.
[supertux.git] / src / globals.cpp
index 50cab21..af26b84 100644 (file)
@@ -42,6 +42,7 @@ Text* black_text;
 Text* gold_text;
 Text* blue_text;
 Text* red_text;
+Text* green_text;
 Text* yellow_nums;
 Text* white_text;
 Text* white_small_text;
@@ -54,11 +55,11 @@ bool use_joystick;
 bool use_fullscreen;
 bool debug_mode;
 bool show_fps;
-float game_speed = 1.2f;
+float game_speed = 1.0f;
 
 int joystick_num = 0;
 char* level_startup_file = 0;
-bool launch_worldmap_mode = false;
+bool launch_leveleditor_mode = false;
 
 /* SuperTux directory ($HOME/.supertux) and save directory($HOME/.supertux/save) */
 char *st_dir, *st_save_dir;