Added support for Benjamin's green fonts.
[supertux.git] / src / globals.cpp
index 5809b4b..af26b84 100644 (file)
@@ -27,7 +27,7 @@ JoystickKeymap::JoystickKeymap()
 {
   a_button     = 0;
   b_button     = 1;
-  start_button = 9;
+  start_button = 2;
   
   x_axis = 0;
   y_axis = 1;
@@ -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;