Merge branch 'master' into releases
[rocksndiamonds.git] / src / conf_gfx.c
index f8a5ae3f1d4016deedc83088910823bf608bef89..b04ca43f3539c632e0e0400c607eafa4f9df314b 100644 (file)
@@ -69,6 +69,10 @@ struct ConfigTypeInfo image_config_suffix[] =
   { ".sort_priority",                  ARG_UNDEFINED,  TYPE_INTEGER    },
   { ".class",                          ARG_UNDEFINED,  TYPE_STRING     },
   { ".style",                          ARG_UNDEFINED,  TYPE_STRING     },
+  { ".active_xoffset",                 "0",            TYPE_INTEGER    },
+  { ".active_yoffset",                 "0",            TYPE_INTEGER    },
+  { ".pressed_xoffset",                        "0",            TYPE_INTEGER    },
+  { ".pressed_yoffset",                        "0",            TYPE_INTEGER    },
 
   { NULL,                              NULL,           0               }
 };
@@ -4692,6 +4696,172 @@ struct ConfigInfo image_config[] =
   { "menu.scrollbar.active.ypos",              "10"                    },
   { "menu.scrollbar.active.frames",            "1"                     },
 
+  { "game.button.gfx.stop",                    "RocksDoor.pcx"         },
+  { "game.button.gfx.stop.x",                  "305"                   },
+  { "game.button.gfx.stop.y",                  "185"                   },
+  { "game.button.gfx.stop.width",              "30"                    },
+  { "game.button.gfx.stop.height",             "30"                    },
+  { "game.button.gfx.stop.pressed_xoffset",    "-100"                  },
+  { "game.button.gfx.pause",                   "RocksDoor.pcx"         },
+  { "game.button.gfx.pause.x",                 "335"                   },
+  { "game.button.gfx.pause.y",                 "185"                   },
+  { "game.button.gfx.pause.width",             "30"                    },
+  { "game.button.gfx.pause.height",            "30"                    },
+  { "game.button.gfx.pause.pressed_xoffset",   "-100"                  },
+  { "game.button.gfx.play",                    "RocksDoor.pcx"         },
+  { "game.button.gfx.play.x",                  "365"                   },
+  { "game.button.gfx.play.y",                  "185"                   },
+  { "game.button.gfx.play.width",              "30"                    },
+  { "game.button.gfx.play.height",             "30"                    },
+  { "game.button.gfx.play.pressed_xoffset",    "-100"                  },
+  { "game.button.gfx.sound_music",             "RocksDoor.pcx"         },
+  { "game.button.gfx.sound_music.x",           "305"                   },
+  { "game.button.gfx.sound_music.y",           "245"                   },
+  { "game.button.gfx.sound_music.width",       "30"                    },
+  { "game.button.gfx.sound_music.height",      "30"                    },
+  { "game.button.gfx.sound_music.pressed_xoffset", "-100"              },
+  { "game.button.gfx.sound_music.active_yoffset", "-30"                        },
+  { "game.button.gfx.sound_loops",             "RocksDoor.pcx"         },
+  { "game.button.gfx.sound_loops.x",           "335"                   },
+  { "game.button.gfx.sound_loops.y",           "245"                   },
+  { "game.button.gfx.sound_loops.width",       "30"                    },
+  { "game.button.gfx.sound_loops.height",      "30"                    },
+  { "game.button.gfx.sound_loops.pressed_xoffset", "-100"              },
+  { "game.button.gfx.sound_loops.active_yoffset", "-30"                        },
+  { "game.button.gfx.sound_simple",            "RocksDoor.pcx"         },
+  { "game.button.gfx.sound_simple.x",          "365"                   },
+  { "game.button.gfx.sound_simple.y",          "245"                   },
+  { "game.button.gfx.sound_simple.width",      "30"                    },
+  { "game.button.gfx.sound_simple.height",     "30"                    },
+  { "game.button.gfx.sound_simple.pressed_xoffset", "-100"             },
+  { "game.button.gfx.sound_simple.active_yoffset", "-30"               },
+
+  { "tape.button.gfx.eject",                   "RocksDoor.pcx"         },
+  { "tape.button.gfx.eject.x",                 "305"                   },
+  { "tape.button.gfx.eject.y",                 "357"                   },
+  { "tape.button.gfx.eject.width",             "18"                    },
+  { "tape.button.gfx.eject.height",            "18"                    },
+  { "tape.button.gfx.eject.pressed_xoffset",   "-100"                  },
+  { "tape.button.gfx.extra",                   "RocksDoor.pcx"         },
+  { "tape.button.gfx.extra.x",                 "505"                   },
+  { "tape.button.gfx.extra.y",                 "357"                   },
+  { "tape.button.gfx.extra.width",             "18"                    },
+  { "tape.button.gfx.extra.height",            "18"                    },
+  { "tape.button.gfx.extra.pressed_xoffset",   "-100"                  },
+  { "tape.button.gfx.stop",                    "RocksDoor.pcx"         },
+  { "tape.button.gfx.stop.x",                  "323"                   },
+  { "tape.button.gfx.stop.y",                  "357"                   },
+  { "tape.button.gfx.stop.width",              "18"                    },
+  { "tape.button.gfx.stop.height",             "18"                    },
+  { "tape.button.gfx.stop.pressed_xoffset",    "-100"                  },
+  { "tape.button.gfx.pause",                   "RocksDoor.pcx"         },
+  { "tape.button.gfx.pause.x",                 "341"                   },
+  { "tape.button.gfx.pause.y",                 "357"                   },
+  { "tape.button.gfx.pause.width",             "18"                    },
+  { "tape.button.gfx.pause.height",            "18"                    },
+  { "tape.button.gfx.pause.pressed_xoffset",   "-100"                  },
+  { "tape.button.gfx.record",                  "RocksDoor.pcx"         },
+  { "tape.button.gfx.record.x",                        "359"                   },
+  { "tape.button.gfx.record.y",                        "357"                   },
+  { "tape.button.gfx.record.width",            "18"                    },
+  { "tape.button.gfx.record.height",           "18"                    },
+  { "tape.button.gfx.record.pressed_xoffset",  "-100"                  },
+  { "tape.button.gfx.play",                    "RocksDoor.pcx"         },
+  { "tape.button.gfx.play.x",                  "377"                   },
+  { "tape.button.gfx.play.y",                  "357"                   },
+  { "tape.button.gfx.play.width",              "18"                    },
+  { "tape.button.gfx.play.height",             "18"                    },
+  { "tape.button.gfx.play.pressed_xoffset",    "-100"                  },
+
+  { "tape.symbol.gfx.eject",                   UNDEFINED_FILENAME      },
+  { "tape.symbol.gfx.stop",                    UNDEFINED_FILENAME      },
+  { "tape.symbol.gfx.pause",                   "RocksDoor.pcx"         },
+  { "tape.symbol.gfx.pause.x",                 "340"                   },
+  { "tape.symbol.gfx.pause.y",                 "321"                   },
+  { "tape.symbol.gfx.pause.width",             "17"                    },
+  { "tape.symbol.gfx.pause.height",            "13"                    },
+  { "tape.symbol.gfx.record",                  "RocksDoor.pcx"         },
+  { "tape.symbol.gfx.record.x",                        "325"                   },
+  { "tape.symbol.gfx.record.y",                        "321"                   },
+  { "tape.symbol.gfx.record.width",            "16"                    },
+  { "tape.symbol.gfx.record.height",           "16"                    },
+  { "tape.symbol.gfx.play",                    "RocksDoor.pcx"         },
+  { "tape.symbol.gfx.play.x",                  "357"                   },
+  { "tape.symbol.gfx.play.y",                  "321"                   },
+  { "tape.symbol.gfx.play.width",              "11"                    },
+  { "tape.symbol.gfx.play.height",             "13"                    },
+  { "tape.symbol.gfx.fast_forward",            "RocksDoor.pcx"         },
+  { "tape.symbol.gfx.fast_forward.x",          "539"                   },
+  { "tape.symbol.gfx.fast_forward.y",          "193"                   },
+  { "tape.symbol.gfx.fast_forward.width",      "27"                    },
+  { "tape.symbol.gfx.fast_forward.height",     "13"                    },
+  { "tape.symbol.gfx.warp_forward",            "RocksDoor.pcx"         },
+  { "tape.symbol.gfx.warp_forward.x",          "539"                   },
+  { "tape.symbol.gfx.warp_forward.y",          "152"                   },
+  { "tape.symbol.gfx.warp_forward.width",      "27"                    },
+  { "tape.symbol.gfx.warp_forward.height",     "13"                    },
+  { "tape.symbol.gfx.warp_forward_blind",      "RocksDoor.pcx"         },
+  { "tape.symbol.gfx.warp_forward_blind.x",    "539"                   },
+  { "tape.symbol.gfx.warp_forward_blind.y",    "165"                   },
+  { "tape.symbol.gfx.warp_forward_blind.width",        "27"                    },
+  { "tape.symbol.gfx.warp_forward_blind.height","13"                   },
+  { "tape.symbol.gfx.pause_before_end",                "RocksDoor.pcx"         },
+  { "tape.symbol.gfx.pause_before_end.x",      "539"                   },
+  { "tape.symbol.gfx.pause_before_end.y",      "221"                   },
+  { "tape.symbol.gfx.pause_before_end.width",  "27"                    },
+  { "tape.symbol.gfx.pause_before_end.height", "13"                    },
+  { "tape.symbol.gfx.single_step",             UNDEFINED_FILENAME      },
+
+  { "tape.label.gfx.eject",                    UNDEFINED_FILENAME      },
+  { "tape.label.gfx.stop",                     UNDEFINED_FILENAME      },
+  { "tape.label.gfx.pause",                    "RocksDoor.pcx"         },
+  { "tape.label.gfx.pause.x",                  "305"                   },
+  { "tape.label.gfx.pause.y",                  "341"                   },
+  { "tape.label.gfx.pause.width",              "35"                    },
+  { "tape.label.gfx.pause.height",             "8"                     },
+  { "tape.label.gfx.record",                   "RocksDoor.pcx"         },
+  { "tape.label.gfx.record.x",                 "305"                   },
+  { "tape.label.gfx.record.y",                 "321"                   },
+  { "tape.label.gfx.record.width",             "20"                    },
+  { "tape.label.gfx.record.height",            "12"                    },
+  { "tape.label.gfx.play",                     "RocksDoor.pcx"         },
+  { "tape.label.gfx.play.x",                   "370"                   },
+  { "tape.label.gfx.play.y",                   "321"                   },
+  { "tape.label.gfx.play.width",               "22"                    },
+  { "tape.label.gfx.play.height",              "12"                    },
+  { "tape.label.gfx.fast_forward",             "RocksDoor.pcx"         },
+  { "tape.label.gfx.fast_forward.x",           "505"                   },
+  { "tape.label.gfx.fast_forward.y",           "193"                   },
+  { "tape.label.gfx.fast_forward.width",       "40"                    },
+  { "tape.label.gfx.fast_forward.height",      "28"                    },
+  { "tape.label.gfx.warp_forward",             "RocksDoor.pcx"         },
+  { "tape.label.gfx.warp_forward.x",           "505"                   },
+  { "tape.label.gfx.warp_forward.y",           "165"                   },
+  { "tape.label.gfx.warp_forward.width",       "40"                    },
+  { "tape.label.gfx.warp_forward.height",      "28"                    },
+  { "tape.label.gfx.warp_forward_blind",       "RocksDoor.pcx"         },
+  { "tape.label.gfx.warp_forward_blind.x",     "505"                   },
+  { "tape.label.gfx.warp_forward_blind.y",     "165"                   },
+  { "tape.label.gfx.warp_forward_blind.width", "40"                    },
+  { "tape.label.gfx.warp_forward_blind.height",        "28"                    },
+  { "tape.label.gfx.pause_before_end",         "RocksDoor.pcx"         },
+  { "tape.label.gfx.pause_before_end.x",       "505"                   },
+  { "tape.label.gfx.pause_before_end.y",       "221"                   },
+  { "tape.label.gfx.pause_before_end.width",   "40"                    },
+  { "tape.label.gfx.pause_before_end.height",  "28"                    },
+  { "tape.label.gfx.single_step",              "RocksDoor.pcx"         },
+  { "tape.label.gfx.single_step.x",            "557"                   },
+  { "tape.label.gfx.single_step.y",            "139"                   },
+  { "tape.label.gfx.single_step.width",                "38"                    },
+  { "tape.label.gfx.single_step.height",       "13"                    },
+
+  { "tape.label.gfx.date",                     "RocksDoor.pcx"         },
+  { "tape.label.gfx.date.x",                   "305"                   },
+  { "tape.label.gfx.date.y",                   "285"                   },
+  { "tape.label.gfx.date.width",               "90"                    },
+  { "tape.label.gfx.date.height",              "13"                    },
+  { "tape.label.gfx.time",                     UNDEFINED_FILENAME      },
+
   { "font.initial_1",                          "RocksFontSmall.pcx"    },
   { "font.initial_1.x",                                "0"                     },
   { "font.initial_1.y",                                "0"                     },
@@ -4759,6 +4929,8 @@ struct ConfigInfo image_config[] =
   { "font.text_1.LEVELS.y",                    "0"                     },
   { "font.text_1.LEVELS.width",                        "16"                    },
   { "font.text_1.LEVELS.height",               "32"                    },
+  { "font.text_1.LEVELNR",                     UNDEFINED_FILENAME      },
+  { "font.text_1.LEVELNR.clone_from",          "font.text_1.LEVELS"    },
   { "font.text_1.SETUP",                       UNDEFINED_FILENAME      },
   { "font.text_1.SETUP.clone_from",            "font.text_1.LEVELS"    },
   { "font.text_1.PREVIEW",                     "RocksFontEM.pcx"       },
@@ -4792,6 +4964,8 @@ struct ConfigInfo image_config[] =
   { "font.text_2.LEVELS.y",                    "160"                   },
   { "font.text_2.LEVELS.width",                        "16"                    },
   { "font.text_2.LEVELS.height",               "32"                    },
+  { "font.text_2.LEVELNR",                     UNDEFINED_FILENAME      },
+  { "font.text_2.LEVELNR.clone_from",          "font.text_2.LEVELS"    },
   { "font.text_2.SETUP",                       UNDEFINED_FILENAME      },
   { "font.text_2.SETUP.clone_from",            "font.text_2.LEVELS"    },
   { "font.text_2.PREVIEW",                     "RocksFontEM.pcx"       },
@@ -4819,6 +4993,8 @@ struct ConfigInfo image_config[] =
   { "font.text_3.LEVELS.y",                    "320"                   },
   { "font.text_3.LEVELS.width",                        "16"                    },
   { "font.text_3.LEVELS.height",               "32"                    },
+  { "font.text_3.LEVELNR",                     UNDEFINED_FILENAME      },
+  { "font.text_3.LEVELNR.clone_from",          "font.text_3.LEVELS"    },
   { "font.text_3.SETUP",                       UNDEFINED_FILENAME      },
   { "font.text_3.SETUP.clone_from",            "font.text_3.LEVELS"    },
   { "font.text_3.PREVIEW",                     "RocksFontEM.pcx"       },
@@ -4848,6 +5024,8 @@ struct ConfigInfo image_config[] =
   { "font.text_4.LEVELS.y",                    "480"                   },
   { "font.text_4.LEVELS.width",                        "16"                    },
   { "font.text_4.LEVELS.height",               "32"                    },
+  { "font.text_4.LEVELNR",                     UNDEFINED_FILENAME      },
+  { "font.text_4.LEVELNR.clone_from",          "font.text_4.LEVELS"    },
   { "font.text_4.SETUP",                       UNDEFINED_FILENAME      },
   { "font.text_4.SETUP.clone_from",            "font.text_4.LEVELS"    },
   { "font.text_4.SCORES",                      "RocksFontMedium.pcx"   },
@@ -4982,21 +5160,21 @@ struct ConfigInfo image_config[] =
   { "global.busy.frames_per_line",             "7"                     },
   { "global.busy.delay",                       "2"                     },
 
-  { "editor.element_border",                   "RocksElements.pcx"     },
-  { "editor.element_border.x",                 "0"                     },
-  { "editor.element_border.y",                 "0"                     },
+  { "editor.element_border",                   "RocksMore.pcx"         },
+  { "editor.element_border.xpos",              "0"                     },
+  { "editor.element_border.ypos",              "2"                     },
 
-  { "editor.element_border_input",             "RocksDoor.pcx"         },
-  { "editor.element_border_input.x",           "740"                   },
-  { "editor.element_border_input.y",           "48"                    },
+  { "editor.element_border_input",             "RocksMore.pcx"         },
+  { "editor.element_border_input.xpos",                "10"                    },
+  { "editor.element_border_input.ypos",                "7"                     },
 
-  { "editor.cascade_list",                     "RocksDoor.pcx"         },
-  { "editor.cascade_list.x",                   "708"                   },
-  { "editor.cascade_list.y",                   "80"                    },
+  { "editor.cascade_list",                     "RocksMore.pcx"         },
+  { "editor.cascade_list.xpos",                        "9"                     },
+  { "editor.cascade_list.ypos",                        "8"                     },
   { "editor.cascade_list.frames",              "1"                     },
-  { "editor.cascade_list.active",              "RocksDoor.pcx"         },
-  { "editor.cascade_list.active.x",            "740"                   },
-  { "editor.cascade_list.active.y",            "80"                    },
+  { "editor.cascade_list.active",              "RocksMore.pcx"         },
+  { "editor.cascade_list.active.xpos",         "10"                    },
+  { "editor.cascade_list.active.ypos",         "8"                     },
   { "editor.cascade_list.active.frames",       "1"                     },
 
   { "background",                              UNDEFINED_FILENAME      },
@@ -5004,6 +5182,7 @@ struct ConfigInfo image_config[] =
   { "background.TITLE",                                UNDEFINED_FILENAME      },
   { "background.MAIN",                         UNDEFINED_FILENAME      },
   { "background.LEVELS",                       UNDEFINED_FILENAME      },
+  { "background.LEVELNR",                      UNDEFINED_FILENAME      },
   { "background.SCORES",                       UNDEFINED_FILENAME      },
   { "background.EDITOR",                       UNDEFINED_FILENAME      },
   { "background.INFO",                         UNDEFINED_FILENAME      },
@@ -5016,6 +5195,16 @@ struct ConfigInfo image_config[] =
   { "background.SETUP",                                UNDEFINED_FILENAME      },
   { "background.PLAYING",                      UNDEFINED_FILENAME      },
   { "background.DOOR",                         UNDEFINED_FILENAME      },
+  { "background.TAPE",                         "RocksDoor.pcx"         },
+  { "background.TAPE.x",                       "200"                   },
+  { "background.TAPE.y",                       "280"                   },
+  { "background.TAPE.width",                   "100"                   },
+  { "background.TAPE.height",                  "100"                   },
+  { "background.PANEL",                                "RocksDoor.pcx"         },
+  { "background.PANEL.x",                      "400"                   },
+  { "background.PANEL.y",                      "0"                     },
+  { "background.PANEL.width",                  "100"                   },
+  { "background.PANEL.height",                 "280"                   },
 
   { "background.titlescreen_initial_1",                UNDEFINED_FILENAME      },
   { "background.titlescreen_initial_2",                UNDEFINED_FILENAME      },
@@ -5317,6 +5506,7 @@ struct ConfigInfo image_config[] =
   { "border.draw_masked.TITLE",                        "false"                 },
   { "border.draw_masked.MAIN",                 "false"                 },
   { "border.draw_masked.LEVELS",               "false"                 },
+  { "border.draw_masked.LEVELNR",              "false"                 },
   { "border.draw_masked.SCORES",               "false"                 },
   { "border.draw_masked.EDITOR",               "false"                 },
   { "border.draw_masked.INFO",                 "false"                 },
@@ -5377,6 +5567,8 @@ struct ConfigInfo image_config[] =
   { "menu.draw_yoffset.MAIN",                  "0"                     },
   { "menu.draw_xoffset.LEVELS",                        "0"                     },
   { "menu.draw_yoffset.LEVELS",                        "0"                     },
+  { "menu.draw_xoffset.LEVELNR",               "0"                     },
+  { "menu.draw_yoffset.LEVELNR",               "0"                     },
   { "menu.draw_xoffset.SCORES",                        "0"                     },
   { "menu.draw_yoffset.SCORES",                        "0"                     },
   { "menu.draw_xoffset.EDITOR",                        "0"                     },
@@ -5428,6 +5620,7 @@ struct ConfigInfo image_config[] =
 
   { "menu.list_size",                          "-1"                    },
   { "menu.list_size.LEVELS",                   "-1"                    },
+  { "menu.list_size.LEVELNR",                  "-1"                    },
   { "menu.list_size.SCORES",                   "-1"                    },
   { "menu.list_size.INFO",                     "-1"                    },
   { "menu.list_size.SETUP",                    "-1"                    },
@@ -6396,10 +6589,83 @@ struct ConfigInfo image_config[] =
   { "game.button.sound_simple.x",              "65"                    },
   { "game.button.sound_simple.y",              "245"                   },
 
+  { "tape.button.eject.x",                     "5"                     },
+  { "tape.button.eject.y",                     "77"                    },
+  { "tape.button.stop.x",                      "23"                    },
+  { "tape.button.stop.y",                      "77"                    },
+  { "tape.button.pause.x",                     "41"                    },
+  { "tape.button.pause.y",                     "77"                    },
+  { "tape.button.record.x",                    "59"                    },
+  { "tape.button.record.y",                    "77"                    },
+  { "tape.button.play.x",                      "77"                    },
+  { "tape.button.play.y",                      "77"                    },
+
+  { "tape.symbol.eject.x",                     "-1"                    },
+  { "tape.symbol.eject.y",                     "-1"                    },
+  { "tape.symbol.stop.x",                      "-1"                    },
+  { "tape.symbol.stop.y",                      "-1"                    },
+  { "tape.symbol.pause.x",                     "40"                    },
+  { "tape.symbol.pause.y",                     "41"                    },
+  { "tape.symbol.record.x",                    "25"                    },
+  { "tape.symbol.record.y",                    "41"                    },
+  { "tape.symbol.play.x",                      "57"                    },
+  { "tape.symbol.play.y",                      "41"                    },
+  { "tape.symbol.fast_forward.x",              "39"                    },
+  { "tape.symbol.fast_forward.y",              "42"                    },
+  { "tape.symbol.warp_forward.x",              "39"                    },
+  { "tape.symbol.warp_forward.y",              "42"                    },
+  { "tape.symbol.warp_forward_blind.x",                "39"                    },
+  { "tape.symbol.warp_forward_blind.y",                "42"                    },
+  { "tape.symbol.pause_before_end.x",          "39"                    },
+  { "tape.symbol.pause_before_end.y",          "42"                    },
+  { "tape.symbol.single_step.x",               "-1"                    },
+  { "tape.symbol.single_step.y",               "-1"                    },
+
+  { "tape.label.eject.x",                      "-1"                    },
+  { "tape.label.eject.y",                      "-1"                    },
+  { "tape.label.stop.x",                       "-1"                    },
+  { "tape.label.stop.y",                       "-1"                    },
+  { "tape.label.pause.x",                      "5"                     },
+  { "tape.label.pause.y",                      "61"                    },
+  { "tape.label.record.x",                     "5"                     },
+  { "tape.label.record.y",                     "41"                    },
+  { "tape.label.play.x",                       "70"                    },
+  { "tape.label.play.y",                       "41"                    },
+  { "tape.label.fast_forward.x",               "5"                     },
+  { "tape.label.fast_forward.y",               "42"                    },
+  { "tape.label.warp_forward.x",               "-1"                    },
+  { "tape.label.warp_forward.y",               "-1"                    },
+  { "tape.label.warp_forward_blind.x",         "5"                     },
+  { "tape.label.warp_forward_blind.y",         "42"                    },
+  { "tape.label.pause_before_end.x",           "5"                     },
+  { "tape.label.pause_before_end.y",           "42"                    },
+  { "tape.label.single_step.x",                        "57"                    },
+  { "tape.label.single_step.y",                        "42"                    },
+
+  { "tape.label.date.x",                       "5"                     },
+  { "tape.label.date.y",                       "5"                     },
+  { "tape.label.time.x",                       "-1"                    },
+  { "tape.label.time.y",                       "-1"                    },
+
+  { "tape.text.date.x",                                "7"                     },
+  { "tape.text.date.y",                                "19"                    },
+  { "tape.text.date.align",                    "left"                  },
+  { "tape.text.date.valign",                   "top"                   },
+  { "tape.text.date.digits",                   "-1"                    },
+  { "tape.text.date.font",                     "font.tape_recorder"    },
+
+  { "tape.text.time.x",                                "44"                    },
+  { "tape.text.time.y",                                "55"                    },
+  { "tape.text.time.align",                    "left"                  },
+  { "tape.text.time.valign",                   "top"                   },
+  { "tape.text.time.digits",                   "-1"                    },
+  { "tape.text.time.font",                     "font.tape_recorder"    },
+
   { "game.forced_scroll_delay_value",          "-1"                    },
   { "game.use_native_emc_graphics_engine",     "false"                 },
   { "game.use_native_sp_graphics_engine",      "true"                  },
   { "game.use_masked_pushing",                 "false"                 },
+  { "game.tile_size",                          "32"                    },
 
   { "[player].boring_delay_fixed",             "1000"                  },
   { "[player].boring_delay_random",            "1000"                  },