rnd-20030223-3-src
[rocksndiamonds.git] / src / conf_gfx.c
index f5b038773203912f5351e8369903a48df6c4a055..d73f922a3bb44f38080aa7ff671b5e42a2df032f 100644 (file)
 
 struct ConfigInfo image_config_suffix[] =
 {
-  { ".xpos",                           "0",            TYPE_INTEGER },
-  { ".ypos",                           "0",            TYPE_INTEGER },
-  { ".offset",                         "32",           TYPE_INTEGER },
+  { ".x",                              ARG_UNDEFINED,  TYPE_INTEGER },
+  { ".y",                              ARG_UNDEFINED,  TYPE_INTEGER },
+  { ".xpos",                           ARG_UNDEFINED,  TYPE_INTEGER },
+  { ".ypos",                           ARG_UNDEFINED,  TYPE_INTEGER },
+  { ".width",                          ARG_UNDEFINED,  TYPE_INTEGER },
+  { ".height",                         ARG_UNDEFINED,  TYPE_INTEGER },
+  { ".offset",                         ARG_UNDEFINED,  TYPE_INTEGER },
   { ".vertical",                       "false",        TYPE_BOOLEAN },
   { ".xoffset",                                ARG_UNDEFINED,  TYPE_INTEGER },
   { ".yoffset",                                ARG_UNDEFINED,  TYPE_INTEGER },
@@ -37,6 +41,13 @@ struct ConfigInfo image_config_suffix[] =
   { ".mode_random",                    "false",        TYPE_BOOLEAN },
   { ".mode_reverse",                   "false",        TYPE_BOOLEAN },
   { ".global_sync",                    "false",        TYPE_BOOLEAN },
+  { ".step_offset",                    "4",            TYPE_INTEGER },
+  { ".step_delay",                     "1",            TYPE_INTEGER },
+  { ".direction",                      ARG_UNDEFINED,  TYPE_STRING  },
+  { ".position",                       ARG_UNDEFINED,  TYPE_STRING  },
+  { ".draw_xoffset",                   "0",            TYPE_INTEGER },
+  { ".draw_yoffset",                   "0",            TYPE_INTEGER },
+  { ".name",                           ARG_UNDEFINED,  TYPE_STRING  },
 
   { NULL,                              NULL,           0            }
 };
@@ -49,11 +60,17 @@ struct ConfigInfo image_config[] =
   { "bd_wall.xpos",                            "12"                    },
   { "bd_wall.ypos",                            "9"                     },
   { "bd_wall.frames",                          "1"                     },
+  { "bd_wall.EDITOR",                          "RocksDC.pcx"           },
+  { "bd_wall.EDITOR.xpos",                     "14"                    },
+  { "bd_wall.EDITOR.ypos",                     "13"                    },
 
   { "bd_rock",                                 "RocksDC.pcx"           },
   { "bd_rock.xpos",                            "12"                    },
   { "bd_rock.ypos",                            "10"                    },
   { "bd_rock.frames",                          "1"                     },
+  { "bd_rock.EDITOR",                          "RocksDC.pcx"           },
+  { "bd_rock.EDITOR.xpos",                     "14"                    },
+  { "bd_rock.EDITOR.ypos",                     "14"                    },
   { "bd_rock.falling",                         "RocksDC.pcx"           },
   { "bd_rock.falling.xpos",                    "12"                    },
   { "bd_rock.falling.ypos",                    "10"                    },
@@ -98,24 +115,28 @@ struct ConfigInfo image_config[] =
   { "bd_magic_wall.active.frames",             "4"                     },
   { "bd_magic_wall.active.mode_reverse",       "true"                  },
   { "bd_magic_wall.active.delay",              "4"                     },
+  { "bd_magic_wall.active.global_sync",                "true"                  },
   { "bd_magic_wall_filling",                   "RocksElements.pcx"     },
   { "bd_magic_wall_filling.xpos",              "12"                    },
   { "bd_magic_wall_filling.ypos",              "10"                    },
   { "bd_magic_wall_filling.frames",            "4"                     },
   { "bd_magic_wall_filling.mode_reverse",      "true"                  },
   { "bd_magic_wall_filling.delay",             "4"                     },
+  { "bd_magic_wall_filling.global_sync",       "true"                  },
   { "bd_magic_wall_full",                      "RocksElements.pcx"     },
   { "bd_magic_wall_full.xpos",                 "12"                    },
   { "bd_magic_wall_full.ypos",                 "10"                    },
   { "bd_magic_wall_full.frames",               "4"                     },
   { "bd_magic_wall_full.mode_reverse",         "true"                  },
   { "bd_magic_wall_full.delay",                        "4"                     },
+  { "bd_magic_wall_full.global_sync",          "true"                  },
   { "bd_magic_wall_emptying",                  "RocksElements.pcx"     },
   { "bd_magic_wall_emptying.xpos",             "12"                    },
   { "bd_magic_wall_emptying.ypos",             "10"                    },
   { "bd_magic_wall_emptying.frames",           "4"                     },
   { "bd_magic_wall_emptying.mode_reverse",     "true"                  },
   { "bd_magic_wall_emptying.delay",            "4"                     },
+  { "bd_magic_wall_emptying.global_sync",      "true"                  },
   { "bd_magic_wall_dead",                      "RocksElements.pcx"     },
   { "bd_magic_wall_dead.xpos",                 "12"                    },
   { "bd_magic_wall_dead.ypos",                 "10"                    },
@@ -123,24 +144,13 @@ struct ConfigInfo image_config[] =
 
   { "bd_amoeba",                               "RocksElements.pcx"     },
   { "bd_amoeba.xpos",                          "8"                     },
-  { "bd_amoeba.ypos",                          "7"                     },
-  { "bd_amoeba.frames",                                "1"                     },
-  { "bd_amoeba_part1",                         "RocksElements.pcx"     },
-  { "bd_amoeba_part1.xpos",                    "8"                     },
-  { "bd_amoeba_part1.ypos",                    "6"                     },
-  { "bd_amoeba_part1.frames",                  "1"                     },
-  { "bd_amoeba_part2",                         "RocksElements.pcx"     },
-  { "bd_amoeba_part2.xpos",                    "9"                     },
-  { "bd_amoeba_part2.ypos",                    "6"                     },
-  { "bd_amoeba_part2.frames",                  "1"                     },
-  { "bd_amoeba_part3",                         "RocksElements.pcx"     },
-  { "bd_amoeba_part3.xpos",                    "10"                    },
-  { "bd_amoeba_part3.ypos",                    "6"                     },
-  { "bd_amoeba_part3.frames",                  "1"                     },
-  { "bd_amoeba_part4",                         "RocksElements.pcx"     },
-  { "bd_amoeba_part4.xpos",                    "11"                    },
-  { "bd_amoeba_part4.ypos",                    "6"                     },
-  { "bd_amoeba_part4.frames",                  "1"                     },
+  { "bd_amoeba.ypos",                          "6"                     },
+  { "bd_amoeba.frames",                                "4"                     },
+  { "bd_amoeba.delay",                         "1000000"               },
+  { "bd_amoeba.mode_random",                   "true"                  },
+  { "bd_amoeba.EDITOR",                                "RocksElements.pcx"     },
+  { "bd_amoeba.EDITOR.xpos",                   "8"                     },
+  { "bd_amoeba.EDITOR.ypos",                   "7"                     },
 
   { "bd_butterfly",                            "RocksElements.pcx"     },
   { "bd_butterfly.xpos",                       "4"                     },
@@ -237,22 +247,6 @@ struct ConfigInfo image_config[] =
   { "sp_murphy.xpos",                          "3"                     },
   { "sp_murphy.ypos",                          "0"                     },
   { "sp_murphy.frames",                                "1"                     },
-  { "sp_murphy.left",                          "RocksSP.pcx"           },
-  { "sp_murphy.left.xpos",                     "8"                     },
-  { "sp_murphy.left.ypos",                     "0"                     },
-  { "sp_murphy.left.frames",                   "1"                     },
-  { "sp_murphy.right",                         "RocksSP.pcx"           },
-  { "sp_murphy.right.xpos",                    "11"                    },
-  { "sp_murphy.right.ypos",                    "0"                     },
-  { "sp_murphy.right.frames",                  "1"                     },
-  { "sp_murphy.up",                            "RocksSP.pcx"           },
-  { "sp_murphy.up.xpos",                       "14"                    },
-  { "sp_murphy.up.ypos",                       "0"                     },
-  { "sp_murphy.up.frames",                     "1"                     },
-  { "sp_murphy.down",                          "RocksSP.pcx"           },
-  { "sp_murphy.down.xpos",                     "15"                    },
-  { "sp_murphy.down.ypos",                     "0"                     },
-  { "sp_murphy.down.frames",                   "1"                     },
   { "sp_murphy.moving.left",                   "RocksSP.pcx"           },
   { "sp_murphy.moving.left.xpos",              "8"                     },
   { "sp_murphy.moving.left.ypos",              "0"                     },
@@ -311,6 +305,9 @@ struct ConfigInfo image_config[] =
   { "sp_infotron.xpos",                                "4"                     },
   { "sp_infotron.ypos",                                "0"                     },
   { "sp_infotron.frames",                      "1"                     },
+  { "sp_infotron.EDITOR",                      "RocksSP.pcx"           },
+  { "sp_infotron.EDITOR.xpos",                 "8"                     },
+  { "sp_infotron.EDITOR.ypos",                 "11"                    },
   { "sp_infotron.falling",                     "RocksSP.pcx"           },
   { "sp_infotron.falling.xpos",                        "4"                     },
   { "sp_infotron.falling.ypos",                        "0"                     },
@@ -473,12 +470,18 @@ struct ConfigInfo image_config[] =
   { "sp_electron.ypos",                                "10"                    },
   { "sp_electron.frames",                      "8"                     },
   { "sp_electron.delay",                       "2"                     },
+  { "sp_electron.EDITOR",                      "RocksSP.pcx"           },
+  { "sp_electron.EDITOR.xpos",                 "10"                    },
+  { "sp_electron.EDITOR.ypos",                 "11"                    },
 
   { "sp_terminal",                             "RocksSP.pcx"           },
   { "sp_terminal.xpos",                                "0"                     },
   { "sp_terminal.ypos",                                "10"                    },
   { "sp_terminal.frames",                      "7"                     },
   { "sp_terminal.delay",                       "12"                    },
+  { "sp_terminal.EDITOR",                      "RocksSP.pcx"           },
+  { "sp_terminal.EDITOR.xpos",                 "9"                     },
+  { "sp_terminal.EDITOR.ypos",                 "11"                    },
   { "sp_terminal.active",                      "RocksSP.pcx"           },
   { "sp_terminal.active.xpos",                 "0"                     },
   { "sp_terminal.active.ypos",                 "11"                    },
@@ -543,6 +546,9 @@ struct ConfigInfo image_config[] =
   { "sokoban_object.xpos",                     "9"                     },
   { "sokoban_object.ypos",                     "7"                     },
   { "sokoban_object.frames",                   "1"                     },
+  { "sokoban_object.EDITOR",                   "RocksElements.pcx"     },
+  { "sokoban_object.EDITOR.xpos",              "2"                     },
+  { "sokoban_object.EDITOR.ypos",              "14"                    },
 
   { "sokoban_field_empty",                     "RocksElements.pcx"     },
   { "sokoban_field_empty.xpos",                        "10"                    },
@@ -667,12 +673,18 @@ struct ConfigInfo image_config[] =
   { "dynamite.xpos",                           "0"                     },
   { "dynamite.ypos",                           "3"                     },
   { "dynamite.frames",                         "1"                     },
+  { "dynamite.EDITOR",                         "RocksElements.pcx"     },
+  { "dynamite.EDITOR.xpos",                    "0"                     },
+  { "dynamite.EDITOR.ypos",                    "14"                    },
   { "dynamite.active",                         "RocksElements.pcx"     },
   { "dynamite.active.xpos",                    "1"                     },
   { "dynamite.active.ypos",                    "3"                     },
   { "dynamite.active.frames",                  "7"                     },
   { "dynamite.active.delay",                   "12"                    },
   { "dynamite.active.mode_linear",             "true"                  },
+  { "dynamite.active.EDITOR",                  "RocksElements.pcx"     },
+  { "dynamite.active.EDITOR.xpos",             "1"                     },
+  { "dynamite.active.EDITOR.ypos",             "14"                    },
 
   { "wall_emerald",                            "RocksElements.pcx"     },
   { "wall_emerald.xpos",                       "4"                     },
@@ -773,24 +785,28 @@ struct ConfigInfo image_config[] =
   { "magic_wall.active.frames",                        "4"                     },
   { "magic_wall.active.mode_reverse",          "true"                  },
   { "magic_wall.active.delay",                 "4"                     },
+  { "magic_wall.active.global_sync",           "true"                  },
   { "magic_wall_filling",                      "RocksElements.pcx"     },
   { "magic_wall_filling.xpos",                 "0"                     },
   { "magic_wall_filling.ypos",                 "8"                     },
   { "magic_wall_filling.frames",               "4"                     },
   { "magic_wall_filling.mode_reverse",         "true"                  },
   { "magic_wall_filling.delay",                        "4"                     },
+  { "magic_wall_filling.global_sync",          "true"                  },
   { "magic_wall_full",                         "RocksElements.pcx"     },
   { "magic_wall_full.xpos",                    "0"                     },
   { "magic_wall_full.ypos",                    "8"                     },
   { "magic_wall_full.frames",                  "4"                     },
   { "magic_wall_full.mode_reverse",            "true"                  },
   { "magic_wall_full.delay",                   "4"                     },
+  { "magic_wall_full.global_sync",             "true"                  },
   { "magic_wall_emptying",                     "RocksElements.pcx"     },
   { "magic_wall_emptying.xpos",                        "0"                     },
   { "magic_wall_emptying.ypos",                        "8"                     },
   { "magic_wall_emptying.frames",              "4"                     },
   { "magic_wall_emptying.mode_reverse",                "true"                  },
   { "magic_wall_emptying.delay",               "4"                     },
+  { "magic_wall_emptying.global_sync",         "true"                  },
   { "magic_wall_dead",                         "RocksElements.pcx"     },
   { "magic_wall_dead.xpos",                    "0"                     },
   { "magic_wall_dead.ypos",                    "8"                     },
@@ -808,6 +824,9 @@ struct ConfigInfo image_config[] =
   { "quicksand_full.xpos",                     "3"                     },
   { "quicksand_full.ypos",                     "0"                     },
   { "quicksand_full.frames",                   "1"                     },
+  { "quicksand_full.EDITOR",                   "RocksElements.pcx"     },
+  { "quicksand_full.EDITOR.xpos",              "3"                     },
+  { "quicksand_full.EDITOR.ypos",              "14"                    },
   { "quicksand_emptying",                      "RocksElements.pcx"     },
   { "quicksand_emptying.xpos",                 "3"                     },
   { "quicksand_emptying.ypos",                 "0"                     },
@@ -873,83 +892,42 @@ struct ConfigInfo image_config[] =
   { "amoeba_wet",                              "RocksElements.pcx"     },
   { "amoeba_wet.xpos",                         "8"                     },
   { "amoeba_wet.ypos",                         "6"                     },
-  { "amoeba_wet.frames",                       "1"                     },
-  { "amoeba_wet_part1",                                "RocksElements.pcx"     },
-  { "amoeba_wet_part1.xpos",                   "8"                     },
-  { "amoeba_wet_part1.ypos",                   "6"                     },
-  { "amoeba_wet_part1.frames",                 "1"                     },
-  { "amoeba_wet_part2",                                "RocksElements.pcx"     },
-  { "amoeba_wet_part2.xpos",                   "9"                     },
-  { "amoeba_wet_part2.ypos",                   "6"                     },
-  { "amoeba_wet_part2.frames",                 "1"                     },
-  { "amoeba_wet_part3",                                "RocksElements.pcx"     },
-  { "amoeba_wet_part3.xpos",                   "10"                    },
-  { "amoeba_wet_part3.ypos",                   "6"                     },
-  { "amoeba_wet_part3.frames",                 "1"                     },
-  { "amoeba_wet_part4",                                "RocksElements.pcx"     },
-  { "amoeba_wet_part4.xpos",                   "11"                    },
-  { "amoeba_wet_part4.ypos",                   "6"                     },
-  { "amoeba_wet_part4.frames",                 "1"                     },
+  { "amoeba_wet.frames",                       "4"                     },
+  { "amoeba_wet.delay",                                "1000000"               },
+  { "amoeba_wet.mode_random",                  "true"                  },
+  { "amoeba_wet.EDITOR",                       "RocksElements.pcx"     },
+  { "amoeba_wet.EDITOR.xpos",                  "4"                     },
+  { "amoeba_wet.EDITOR.ypos",                  "6"                     },
+  { "amoeba_dripping",                         "RocksElements.pcx"     },
+  { "amoeba_dripping.xpos",                    "8"                     },
+  { "amoeba_dripping.ypos",                    "6"                     },
+  { "amoeba_dripping.frames",                  "4"                     },
+  { "amoeba_dripping.delay",                   "1000000"               },
+  { "amoeba_dripping.mode_random",             "true"                  },
   { "amoeba_dry",                              "RocksElements.pcx"     },
   { "amoeba_dry.xpos",                         "8"                     },
   { "amoeba_dry.ypos",                         "6"                     },
-  { "amoeba_dry.frames",                       "1"                     },
-  { "amoeba_dry_part1",                                "RocksElements.pcx"     },
-  { "amoeba_dry_part1.xpos",                   "8"                     },
-  { "amoeba_dry_part1.ypos",                   "6"                     },
-  { "amoeba_dry_part1.frames",                 "1"                     },
-  { "amoeba_dry_part2",                                "RocksElements.pcx"     },
-  { "amoeba_dry_part2.xpos",                   "9"                     },
-  { "amoeba_dry_part2.ypos",                   "6"                     },
-  { "amoeba_dry_part2.frames",                 "1"                     },
-  { "amoeba_dry_part3",                                "RocksElements.pcx"     },
-  { "amoeba_dry_part3.xpos",                   "10"                    },
-  { "amoeba_dry_part3.ypos",                   "6"                     },
-  { "amoeba_dry_part3.frames",                 "1"                     },
-  { "amoeba_dry_part4",                                "RocksElements.pcx"     },
-  { "amoeba_dry_part4.xpos",                   "11"                    },
-  { "amoeba_dry_part4.ypos",                   "6"                     },
-  { "amoeba_dry_part4.frames",                 "1"                     },
+  { "amoeba_dry.frames",                       "4"                     },
+  { "amoeba_dry.delay",                                "1000000"               },
+  { "amoeba_dry.mode_random",                  "true"                  },
   { "amoeba_full",                             "RocksElements.pcx"     },
   { "amoeba_full.xpos",                                "8"                     },
   { "amoeba_full.ypos",                                "6"                     },
-  { "amoeba_full.frames",                      "1"                     },
-  { "amoeba_full_part1",                       "RocksElements.pcx"     },
-  { "amoeba_full_part1.xpos",                  "8"                     },
-  { "amoeba_full_part1.ypos",                  "6"                     },
-  { "amoeba_full_part1.frames",                        "1"                     },
-  { "amoeba_full_part2",                       "RocksElements.pcx"     },
-  { "amoeba_full_part2.xpos",                  "9"                     },
-  { "amoeba_full_part2.ypos",                  "6"                     },
-  { "amoeba_full_part2.frames",                        "1"                     },
-  { "amoeba_full_part3",                       "RocksElements.pcx"     },
-  { "amoeba_full_part3.xpos",                  "10"                    },
-  { "amoeba_full_part3.ypos",                  "6"                     },
-  { "amoeba_full_part3.frames",                        "1"                     },
-  { "amoeba_full_part4",                       "RocksElements.pcx"     },
-  { "amoeba_full_part4.xpos",                  "11"                    },
-  { "amoeba_full_part4.ypos",                  "6"                     },
-  { "amoeba_full_part4.frames",                        "1"                     },
+  { "amoeba_full.frames",                      "4"                     },
+  { "amoeba_full.delay",                       "1000000"               },
+  { "amoeba_full.mode_random",                 "true"                  },
+  { "amoeba_full.EDITOR",                      "RocksElements.pcx"     },
+  { "amoeba_full.EDITOR.xpos",                 "8"                     },
+  { "amoeba_full.EDITOR.ypos",                 "7"                     },
   { "amoeba_dead",                             "RocksElements.pcx"     },
   { "amoeba_dead.xpos",                                "12"                    },
   { "amoeba_dead.ypos",                                "6"                     },
-  { "amoeba_dead.frames",                      "1"                     },
-  { "amoeba_dead_part1",                       "RocksElements.pcx"     },
-  { "amoeba_dead_part1.xpos",                  "12"                    },
-  { "amoeba_dead_part1.ypos",                  "6"                     },
-  { "amoeba_dead_part1.frames",                        "1"                     },
-  { "amoeba_dead_part2",                       "RocksElements.pcx"     },
-  { "amoeba_dead_part2.xpos",                  "13"                    },
-  { "amoeba_dead_part2.ypos",                  "6"                     },
-  { "amoeba_dead_part2.frames",                        "1"                     },
-  { "amoeba_dead_part3",                       "RocksElements.pcx"     },
-  { "amoeba_dead_part3.xpos",                  "14"                    },
-  { "amoeba_dead_part3.ypos",                  "6"                     },
-  { "amoeba_dead_part3.frames",                        "1"                     },
-  { "amoeba_dead_part4",                       "RocksElements.pcx"     },
-  { "amoeba_dead_part4.xpos",                  "15"                    },
-  { "amoeba_dead_part4.ypos",                  "6"                     },
-  { "amoeba_dead_part4.frames",                        "1"                     },
+  { "amoeba_dead.frames",                      "4"                     },
+  { "amoeba_dead.delay",                       "1000000"               },
+  { "amoeba_dead.mode_random",                 "true"                  },
+  { "amoeba_dead.EDITOR",                      "RocksElements.pcx"     },
+  { "amoeba_dead.EDITOR.xpos",                 "12"                    },
+  { "amoeba_dead.EDITOR.ypos",                 "6"                     },
 
   { "em_key1",                                 "RocksSP.pcx"           },
   { "em_key1.xpos",                            "4"                     },
@@ -988,18 +966,30 @@ struct ConfigInfo image_config[] =
   { "em_gate1_gray.xpos",                      "4"                     },
   { "em_gate1_gray.ypos",                      "7"                     },
   { "em_gate1_gray.frames",                    "1"                     },
+  { "em_gate1_gray.EDITOR",                    "RocksSP.pcx"           },
+  { "em_gate1_gray.EDITOR.xpos",               "12"                    },
+  { "em_gate1_gray.EDITOR.ypos",               "11"                    },
   { "em_gate2_gray",                           "RocksSP.pcx"           },
   { "em_gate2_gray.xpos",                      "5"                     },
   { "em_gate2_gray.ypos",                      "7"                     },
   { "em_gate2_gray.frames",                    "1"                     },
+  { "em_gate2_gray.EDITOR",                    "RocksSP.pcx"           },
+  { "em_gate2_gray.EDITOR.xpos",               "13"                    },
+  { "em_gate2_gray.EDITOR.ypos",               "11"                    },
   { "em_gate3_gray",                           "RocksSP.pcx"           },
   { "em_gate3_gray.xpos",                      "6"                     },
   { "em_gate3_gray.ypos",                      "7"                     },
   { "em_gate3_gray.frames",                    "1"                     },
+  { "em_gate3_gray.EDITOR",                    "RocksSP.pcx"           },
+  { "em_gate3_gray.EDITOR.xpos",               "14"                    },
+  { "em_gate3_gray.EDITOR.ypos",               "11"                    },
   { "em_gate4_gray",                           "RocksSP.pcx"           },
   { "em_gate4_gray.xpos",                      "7"                     },
   { "em_gate4_gray.ypos",                      "7"                     },
   { "em_gate4_gray.frames",                    "1"                     },
+  { "em_gate4_gray.EDITOR",                    "RocksSP.pcx"           },
+  { "em_gate4_gray.EDITOR.xpos",               "15"                    },
+  { "em_gate4_gray.EDITOR.ypos",               "11"                    },
 
   { "exit_closed",                             "RocksElements.pcx"     },
   { "exit_closed.xpos",                                "0"                     },
@@ -1118,6 +1108,9 @@ struct ConfigInfo image_config[] =
   { "invisible_steelwall.xpos",                        "3"                     },
   { "invisible_steelwall.ypos",                        "5"                     },
   { "invisible_steelwall.frames",              "1"                     },
+  { "invisible_steelwall.EDITOR",              "RocksSP.pcx"           },
+  { "invisible_steelwall.EDITOR.xpos",         "1"                     },
+  { "invisible_steelwall.EDITOR.ypos",         "5"                     },
   { "invisible_steelwall.active",              "RocksSP.pcx"           },
   { "invisible_steelwall.active.xpos",         "1"                     },
   { "invisible_steelwall.active.ypos",         "5"                     },
@@ -1127,6 +1120,9 @@ struct ConfigInfo image_config[] =
   { "invisible_wall.xpos",                     "7"                     },
   { "invisible_wall.ypos",                     "5"                     },
   { "invisible_wall.frames",                   "1"                     },
+  { "invisible_wall.EDITOR",                   "RocksSP.pcx"           },
+  { "invisible_wall.EDITOR.xpos",              "5"                     },
+  { "invisible_wall.EDITOR.ypos",              "5"                     },
   { "invisible_wall.active",                   "RocksSP.pcx"           },
   { "invisible_wall.active.xpos",              "5"                     },
   { "invisible_wall.active.ypos",              "5"                     },
@@ -1136,6 +1132,9 @@ struct ConfigInfo image_config[] =
   { "invisible_sand.xpos",                     "6"                     },
   { "invisible_sand.ypos",                     "5"                     },
   { "invisible_sand.frames",                   "1"                     },
+  { "invisible_sand.EDITOR",                   "RocksSP.pcx"           },
+  { "invisible_sand.EDITOR.xpos",              "2"                     },
+  { "invisible_sand.EDITOR.ypos",              "5"                     },
   { "invisible_sand.active",                   "RocksSP.pcx"           },
   { "invisible_sand.active.xpos",              "2"                     },
   { "invisible_sand.active.ypos",              "5"                     },
@@ -1528,18 +1527,30 @@ struct ConfigInfo image_config[] =
   { "key1.xpos",                               "4"                     },
   { "key1.ypos",                               "1"                     },
   { "key1.frames",                             "1"                     },
+  { "key1.EDITOR",                             "RocksElements.pcx"     },
+  { "key1.EDITOR.xpos",                                "4"                     },
+  { "key1.EDITOR.ypos",                                "14"                    },
   { "key2",                                    "RocksElements.pcx"     },
   { "key2.xpos",                               "5"                     },
   { "key2.ypos",                               "1"                     },
   { "key2.frames",                             "1"                     },
+  { "key2.EDITOR",                             "RocksElements.pcx"     },
+  { "key2.EDITOR.xpos",                                "5"                     },
+  { "key2.EDITOR.ypos",                                "14"                    },
   { "key3",                                    "RocksElements.pcx"     },
   { "key3.xpos",                               "6"                     },
   { "key3.ypos",                               "1"                     },
   { "key3.frames",                             "1"                     },
+  { "key3.EDITOR",                             "RocksElements.pcx"     },
+  { "key3.EDITOR.xpos",                                "6"                     },
+  { "key3.EDITOR.ypos",                                "14"                    },
   { "key4",                                    "RocksElements.pcx"     },
   { "key4.xpos",                               "7"                     },
   { "key4.ypos",                               "1"                     },
   { "key4.frames",                             "1"                     },
+  { "key4.EDITOR",                             "RocksElements.pcx"     },
+  { "key4.EDITOR.xpos",                                "7"                     },
+  { "key4.EDITOR.ypos",                                "14"                    },
 
   { "gate1",                                   "RocksElements.pcx"     },
   { "gate1.xpos",                              "4"                     },
@@ -1561,18 +1572,30 @@ struct ConfigInfo image_config[] =
   { "gate1_gray.xpos",                         "8"                     },
   { "gate1_gray.ypos",                         "2"                     },
   { "gate1_gray.frames",                       "1"                     },
+  { "gate1_gray.EDITOR",                       "RocksElements.pcx"     },
+  { "gate1_gray.EDITOR.xpos",                  "8"                     },
+  { "gate1_gray.EDITOR.ypos",                  "14"                    },
   { "gate2_gray",                              "RocksElements.pcx"     },
   { "gate2_gray.xpos",                         "9"                     },
   { "gate2_gray.ypos",                         "2"                     },
   { "gate2_gray.frames",                       "1"                     },
+  { "gate2_gray.EDITOR",                       "RocksElements.pcx"     },
+  { "gate2_gray.EDITOR.xpos",                  "9"                     },
+  { "gate2_gray.EDITOR.ypos",                  "14"                    },
   { "gate3_gray",                              "RocksElements.pcx"     },
   { "gate3_gray.xpos",                         "10"                    },
   { "gate3_gray.ypos",                         "2"                     },
   { "gate3_gray.frames",                       "1"                     },
+  { "gate3_gray.EDITOR",                       "RocksElements.pcx"     },
+  { "gate3_gray.EDITOR.xpos",                  "10"                    },
+  { "gate3_gray.EDITOR.ypos",                  "14"                    },
   { "gate4_gray",                              "RocksElements.pcx"     },
   { "gate4_gray.xpos",                         "11"                    },
   { "gate4_gray.ypos",                         "2"                     },
   { "gate4_gray.frames",                       "1"                     },
+  { "gate4_gray.EDITOR",                       "RocksElements.pcx"     },
+  { "gate4_gray.EDITOR.xpos",                  "11"                    },
+  { "gate4_gray.EDITOR.ypos",                  "14"                    },
 
   { "gameoflife",                              "RocksElements.pcx"     },
   { "gameoflife.xpos",                         "8"                     },
@@ -1617,6 +1640,9 @@ struct ConfigInfo image_config[] =
   { "lamp.xpos",                               "0"                     },
   { "lamp.ypos",                               "7"                     },
   { "lamp.frames",                             "1"                     },
+  { "lamp.EDITOR",                             "RocksElements.pcx"     },
+  { "lamp.EDITOR.xpos",                                "2"                     },
+  { "lamp.EDITOR.ypos",                                "14"                    },
   { "lamp.active",                             "RocksElements.pcx"     },
   { "lamp.active.xpos",                                "1"                     },
   { "lamp.active.ypos",                                "7"                     },
@@ -1699,14 +1725,23 @@ struct ConfigInfo image_config[] =
   { "wall_growing_xy.xpos",                    "4"                     },
   { "wall_growing_xy.ypos",                    "9"                     },
   { "wall_growing_xy.frames",                  "1"                     },
+  { "wall_growing_xy.EDITOR",                  "RocksElements.pcx"     },
+  { "wall_growing_xy.EDITOR.xpos",             "12"                    },
+  { "wall_growing_xy.EDITOR.ypos",             "13"                    },
   { "wall_growing_x",                          "RocksElements.pcx"     },
   { "wall_growing_x.xpos",                     "5"                     },
   { "wall_growing_x.ypos",                     "9"                     },
   { "wall_growing_x.frames",                   "1"                     },
+  { "wall_growing_x.EDITOR",                   "RocksElements.pcx"     },
+  { "wall_growing_x.EDITOR.xpos",              "13"                    },
+  { "wall_growing_x.EDITOR.ypos",              "13"                    },
   { "wall_growing_y",                          "RocksElements.pcx"     },
   { "wall_growing_y.xpos",                     "6"                     },
   { "wall_growing_y.ypos",                     "9"                     },
   { "wall_growing_y.frames",                   "1"                     },
+  { "wall_growing_y.EDITOR",                   "RocksElements.pcx"     },
+  { "wall_growing_y.EDITOR.xpos",              "14"                    },
+  { "wall_growing_y.EDITOR.ypos",              "13"                    },
 
   { "wall_growing.active.left",                        "RocksElements.pcx"     },
   { "wall_growing.active.left.xpos",           "8"                     },
@@ -1975,6 +2010,9 @@ struct ConfigInfo image_config[] =
   { "penguin.xpos",                            "8"                     },
   { "penguin.ypos",                            "6"                     },
   { "penguin.frames",                          "1"                     },
+  { "penguin.EDITOR",                          "RocksElements.pcx"     },
+  { "penguin.EDITOR.xpos",                     "12"                    },
+  { "penguin.EDITOR.ypos",                     "14"                    },
   { "penguin.down",                            "RocksHeroes.pcx"       },
   { "penguin.down.xpos",                       "8"                     },
   { "penguin.down.ypos",                       "6"                     },
@@ -2099,6 +2137,9 @@ struct ConfigInfo image_config[] =
   { "player1.xpos",                            "0"                     },
   { "player1.ypos",                            "0"                     },
   { "player1.frames",                          "1"                     },
+  { "player1.EDITOR",                          "RocksElements.pcx"     },
+  { "player1.EDITOR.xpos",                     "4"                     },
+  { "player1.EDITOR.ypos",                     "7"                     },
   { "player1.down",                            "RocksHeroes.pcx"       },
   { "player1.down.xpos",                       "0"                     },
   { "player1.down.ypos",                       "0"                     },
@@ -2137,44 +2178,52 @@ struct ConfigInfo image_config[] =
   { "player1.moving.right.xpos",               "4"                     },
   { "player1.moving.right.ypos",               "1"                     },
   { "player1.moving.right.frames",             "4"                     },
-  { "player1.moving.right.delay",              "4"                     },
   { "player1.moving.right.start_frame",                "1"                     },
+  { "player1.moving.right.delay",              "4"                     },
   { "player1.digging.down",                    "RocksHeroes.pcx"       },
   { "player1.digging.down.xpos",               "0"                     },
   { "player1.digging.down.ypos",               "0"                     },
   { "player1.digging.down.frames",             "4"                     },
+  { "player1.digging.down.start_frame",                "1"                     },
+  { "player1.digging.down.delay",              "4"                     },
   { "player1.digging.up",                      "RocksHeroes.pcx"       },
   { "player1.digging.up.xpos",                 "4"                     },
   { "player1.digging.up.ypos",                 "0"                     },
   { "player1.digging.up.frames",               "4"                     },
+  { "player1.digging.up.start_frame",          "1"                     },
+  { "player1.digging.up.delay",                        "4"                     },
   { "player1.digging.left",                    "RocksHeroes.pcx"       },
   { "player1.digging.left.xpos",               "0"                     },
   { "player1.digging.left.ypos",               "1"                     },
   { "player1.digging.left.frames",             "4"                     },
+  { "player1.digging.left.start_frame",                "1"                     },
+  { "player1.digging.left.delay",              "4"                     },
   { "player1.digging.right",                   "RocksHeroes.pcx"       },
   { "player1.digging.right.xpos",              "4"                     },
   { "player1.digging.right.ypos",              "1"                     },
   { "player1.digging.right.frames",            "4"                     },
+  { "player1.digging.right.start_frame",       "1"                     },
+  { "player1.digging.right.delay",             "4"                     },
   { "player1.pushing.down",                    "RocksHeroes.pcx"       },
   { "player1.pushing.down.xpos",               "0"                     },
   { "player1.pushing.down.ypos",               "0"                     },
   { "player1.pushing.down.frames",             "4"                     },
-  { "player1.pushing.down.delay",              "2"                     },
+  { "player1.pushing.down.delay",              "4"                     },
   { "player1.pushing.up",                      "RocksHeroes.pcx"       },
   { "player1.pushing.up.xpos",                 "4"                     },
   { "player1.pushing.up.ypos",                 "0"                     },
   { "player1.pushing.up.frames",               "4"                     },
-  { "player1.pushing.up.delay",                        "2"                     },
+  { "player1.pushing.up.delay",                        "4"                     },
   { "player1.pushing.left",                    "RocksHeroes.pcx"       },
   { "player1.pushing.left.xpos",               "4"                     },
   { "player1.pushing.left.ypos",               "2"                     },
   { "player1.pushing.left.frames",             "4"                     },
-  { "player1.pushing.left.delay",              "2"                     },
+  { "player1.pushing.left.delay",              "4"                     },
   { "player1.pushing.right",                   "RocksHeroes.pcx"       },
   { "player1.pushing.right.xpos",              "0"                     },
   { "player1.pushing.right.ypos",              "2"                     },
   { "player1.pushing.right.frames",            "4"                     },
-  { "player1.pushing.right.delay",             "2"                     },
+  { "player1.pushing.right.delay",             "4"                     },
   { "player1.snapping.down",                   "RocksHeroes.pcx"       },
   { "player1.snapping.down.xpos",              "0"                     },
   { "player1.snapping.down.ypos",              "0"                     },
@@ -2196,6 +2245,9 @@ struct ConfigInfo image_config[] =
   { "player2.xpos",                            "0"                     },
   { "player2.ypos",                            "3"                     },
   { "player2.frames",                          "1"                     },
+  { "player2.EDITOR",                          "RocksElements.pcx"     },
+  { "player2.EDITOR.xpos",                     "5"                     },
+  { "player2.EDITOR.ypos",                     "7"                     },
   { "player2.down",                            "RocksHeroes.pcx"       },
   { "player2.down.xpos",                       "0"                     },
   { "player2.down.ypos",                       "3"                     },
@@ -2248,18 +2300,22 @@ struct ConfigInfo image_config[] =
   { "player2.pushing.down.xpos",               "0"                     },
   { "player2.pushing.down.ypos",               "3"                     },
   { "player2.pushing.down.frames",             "4"                     },
+  { "player2.pushing.down.delay",              "4"                     },
   { "player2.pushing.up",                      "RocksHeroes.pcx"       },
   { "player2.pushing.up.xpos",                 "4"                     },
   { "player2.pushing.up.ypos",                 "3"                     },
   { "player2.pushing.up.frames",               "4"                     },
+  { "player2.pushing.up.delay",                        "4"                     },
   { "player2.pushing.left",                    "RocksHeroes.pcx"       },
   { "player2.pushing.left.xpos",               "4"                     },
   { "player2.pushing.left.ypos",               "5"                     },
   { "player2.pushing.left.frames",             "4"                     },
+  { "player2.pushing.left.delay",              "4"                     },
   { "player2.pushing.right",                   "RocksHeroes.pcx"       },
   { "player2.pushing.right.xpos",              "0"                     },
   { "player2.pushing.right.ypos",              "5"                     },
   { "player2.pushing.right.frames",            "4"                     },
+  { "player2.pushing.right.delay",             "4"                     },
   { "player2.snapping.down",                   "RocksHeroes.pcx"       },
   { "player2.snapping.down.xpos",              "0"                     },
   { "player2.snapping.down.ypos",              "3"                     },
@@ -2281,6 +2337,9 @@ struct ConfigInfo image_config[] =
   { "player3.xpos",                            "0"                     },
   { "player3.ypos",                            "6"                     },
   { "player3.frames",                          "1"                     },
+  { "player3.EDITOR",                          "RocksElements.pcx"     },
+  { "player3.EDITOR.xpos",                     "6"                     },
+  { "player3.EDITOR.ypos",                     "7"                     },
   { "player3.down",                            "RocksHeroes.pcx"       },
   { "player3.down.xpos",                       "0"                     },
   { "player3.down.ypos",                       "6"                     },
@@ -2333,18 +2392,22 @@ struct ConfigInfo image_config[] =
   { "player3.pushing.down.xpos",               "0"                     },
   { "player3.pushing.down.ypos",               "6"                     },
   { "player3.pushing.down.frames",             "4"                     },
+  { "player3.pushing.down.delay",              "4"                     },
   { "player3.pushing.up",                      "RocksHeroes.pcx"       },
   { "player3.pushing.up.xpos",                 "4"                     },
   { "player3.pushing.up.ypos",                 "6"                     },
   { "player3.pushing.up.frames",               "4"                     },
+  { "player3.pushing.up.delay",                        "4"                     },
   { "player3.pushing.left",                    "RocksHeroes.pcx"       },
   { "player3.pushing.left.xpos",               "4"                     },
   { "player3.pushing.left.ypos",               "8"                     },
   { "player3.pushing.left.frames",             "4"                     },
+  { "player3.pushing.left.delay",              "4"                     },
   { "player3.pushing.right",                   "RocksHeroes.pcx"       },
   { "player3.pushing.right.xpos",              "0"                     },
   { "player3.pushing.right.ypos",              "8"                     },
   { "player3.pushing.right.frames",            "4"                     },
+  { "player3.pushing.right.delay",             "4"                     },
   { "player3.snapping.down",                   "RocksHeroes.pcx"       },
   { "player3.snapping.down.xpos",              "0"                     },
   { "player3.snapping.down.ypos",              "6"                     },
@@ -2366,6 +2429,9 @@ struct ConfigInfo image_config[] =
   { "player4.xpos",                            "0"                     },
   { "player4.ypos",                            "9"                     },
   { "player4.frames",                          "1"                     },
+  { "player4.EDITOR",                          "RocksElements.pcx"     },
+  { "player4.EDITOR.xpos",                     "7"                     },
+  { "player4.EDITOR.ypos",                     "7"                     },
   { "player4.down",                            "RocksHeroes.pcx"       },
   { "player4.down.xpos",                       "0"                     },
   { "player4.down.ypos",                       "9"                     },
@@ -2418,18 +2484,22 @@ struct ConfigInfo image_config[] =
   { "player4.pushing.down.xpos",               "0"                     },
   { "player4.pushing.down.ypos",               "9"                     },
   { "player4.pushing.down.frames",             "4"                     },
+  { "player4.pushing.down.delay",              "4"                     },
   { "player4.pushing.up",                      "RocksHeroes.pcx"       },
   { "player4.pushing.up.xpos",                 "4"                     },
   { "player4.pushing.up.ypos",                 "9"                     },
   { "player4.pushing.up.frames",               "4"                     },
+  { "player4.pushing.up.delay",                        "4"                     },
   { "player4.pushing.left",                    "RocksHeroes.pcx"       },
   { "player4.pushing.left.xpos",               "4"                     },
   { "player4.pushing.left.ypos",               "11"                    },
   { "player4.pushing.left.frames",             "4"                     },
+  { "player4.pushing.left.delay",              "4"                     },
   { "player4.pushing.right",                   "RocksHeroes.pcx"       },
   { "player4.pushing.right.xpos",              "0"                     },
   { "player4.pushing.right.ypos",              "11"                    },
   { "player4.pushing.right.frames",            "4"                     },
+  { "player4.pushing.right.delay",             "4"                     },
   { "player4.snapping.down",                   "RocksHeroes.pcx"       },
   { "player4.snapping.down.xpos",              "0"                     },
   { "player4.snapping.down.ypos",              "9"                     },
@@ -2470,122 +2540,109 @@ struct ConfigInfo image_config[] =
   { "twinkle_white.global_sync",               "false"                 },
 
   { "steelwall_topleft",                       "RocksElements.pcx"     },
-  { "steelwall_topleft.xpos",                  "0"                     },
-  { "steelwall_topleft.ypos",                  "13"                    },
+  { "steelwall_topleft.xpos",                  "4"                     },
+  { "steelwall_topleft.ypos",                  "0"                     },
   { "steelwall_topleft.frames",                        "1"                     },
   { "steelwall_topright",                      "RocksElements.pcx"     },
-  { "steelwall_topright.xpos",                 "1"                     },
-  { "steelwall_topright.ypos",                 "13"                    },
+  { "steelwall_topright.xpos",                 "4"                     },
+  { "steelwall_topright.ypos",                 "0"                     },
   { "steelwall_topright.frames",               "1"                     },
   { "steelwall_bottomleft",                    "RocksElements.pcx"     },
-  { "steelwall_bottomleft.xpos",               "2"                     },
-  { "steelwall_bottomleft.ypos",               "13"                    },
+  { "steelwall_bottomleft.xpos",               "4"                     },
+  { "steelwall_bottomleft.ypos",               "0"                     },
   { "steelwall_bottomleft.frames",             "1"                     },
   { "steelwall_bottomright",                   "RocksElements.pcx"     },
-  { "steelwall_bottomright.xpos",              "3"                     },
-  { "steelwall_bottomright.ypos",              "13"                    },
+  { "steelwall_bottomright.xpos",              "4"                     },
+  { "steelwall_bottomright.ypos",              "0"                     },
   { "steelwall_bottomright.frames",            "1"                     },
   { "steelwall_horizontal",                    "RocksElements.pcx"     },
   { "steelwall_horizontal.xpos",               "4"                     },
-  { "steelwall_horizontal.ypos",               "13"                    },
+  { "steelwall_horizontal.ypos",               "0"                     },
   { "steelwall_horizontal.frames",             "1"                     },
   { "steelwall_vertical",                      "RocksElements.pcx"     },
-  { "steelwall_vertical.xpos",                 "5"                     },
-  { "steelwall_vertical.ypos",                 "13"                    },
+  { "steelwall_vertical.xpos",                 "4"                     },
+  { "steelwall_vertical.ypos",                 "0"                     },
   { "steelwall_vertical.frames",               "1"                     },
 
-  { "invisible_steelwall_topleft",             "RocksElements.pcx"     },
-  { "invisible_steelwall_topleft.xpos",                "6"                     },
-  { "invisible_steelwall_topleft.ypos",                "13"                    },
+  { "steelwall_topleft.EDITOR",                        "RocksElements.pcx"     },
+  { "steelwall_topleft.EDITOR.xpos",           "0"                     },
+  { "steelwall_topleft.EDITOR.ypos",           "13"                    },
+  { "steelwall_topright.EDITOR",               "RocksElements.pcx"     },
+  { "steelwall_topright.EDITOR.xpos",          "1"                     },
+  { "steelwall_topright.EDITOR.ypos",          "13"                    },
+  { "steelwall_bottomleft.EDITOR",             "RocksElements.pcx"     },
+  { "steelwall_bottomleft.EDITOR.xpos",                "2"                     },
+  { "steelwall_bottomleft.EDITOR.ypos",                "13"                    },
+  { "steelwall_bottomright.EDITOR",            "RocksElements.pcx"     },
+  { "steelwall_bottomright.EDITOR.xpos",       "3"                     },
+  { "steelwall_bottomright.EDITOR.ypos",       "13"                    },
+  { "steelwall_horizontal.EDITOR",             "RocksElements.pcx"     },
+  { "steelwall_horizontal.EDITOR.xpos",                "4"                     },
+  { "steelwall_horizontal.EDITOR.ypos",                "13"                    },
+  { "steelwall_vertical.EDITOR",               "RocksElements.pcx"     },
+  { "steelwall_vertical.EDITOR.xpos",          "5"                     },
+  { "steelwall_vertical.EDITOR.ypos",          "13"                    },
+
+  { "invisible_steelwall_topleft",             "RocksSP.pcx"           },
+  { "invisible_steelwall_topleft.xpos",                "0"                     },
+  { "invisible_steelwall_topleft.ypos",                "0"                     },
   { "invisible_steelwall_topleft.frames",      "1"                     },
-  { "invisible_steelwall_topright",            "RocksElements.pcx"     },
-  { "invisible_steelwall_topright.xpos",       "7"                     },
-  { "invisible_steelwall_topright.ypos",       "13"                    },
+  { "invisible_steelwall_topright",            "RocksSP.pcx"           },
+  { "invisible_steelwall_topright.xpos",       "0"                     },
+  { "invisible_steelwall_topright.ypos",       "0"                     },
   { "invisible_steelwall_topright.frames",     "1"                     },
-  { "invisible_steelwall_bottomleft",          "RocksElements.pcx"     },
-  { "invisible_steelwall_bottomleft.xpos",     "8"                     },
-  { "invisible_steelwall_bottomleft.ypos",     "13"                    },
+  { "invisible_steelwall_bottomleft",          "RocksSP.pcx"           },
+  { "invisible_steelwall_bottomleft.xpos",     "0"                     },
+  { "invisible_steelwall_bottomleft.ypos",     "0"                     },
   { "invisible_steelwall_bottomleft.frames",   "1"                     },
-  { "invisible_steelwall_bottomright",         "RocksElements.pcx"     },
-  { "invisible_steelwall_bottomright.xpos",    "9"                     },
-  { "invisible_steelwall_bottomright.ypos",    "13"                    },
+  { "invisible_steelwall_bottomright",         "RocksSP.pcx"           },
+  { "invisible_steelwall_bottomright.xpos",    "0"                     },
+  { "invisible_steelwall_bottomright.ypos",    "0"                     },
   { "invisible_steelwall_bottomright.frames",  "1"                     },
-  { "invisible_steelwall_horizontal",          "RocksElements.pcx"     },
-  { "invisible_steelwall_horizontal.xpos",     "10"                    },
-  { "invisible_steelwall_horizontal.ypos",     "13"                    },
+  { "invisible_steelwall_horizontal",          "RocksSP.pcx"           },
+  { "invisible_steelwall_horizontal.xpos",     "0"                     },
+  { "invisible_steelwall_horizontal.ypos",     "0"                     },
   { "invisible_steelwall_horizontal.frames",   "1"                     },
-  { "invisible_steelwall_vertical",            "RocksElements.pcx"     },
-  { "invisible_steelwall_vertical.xpos",       "11"                    },
-  { "invisible_steelwall_vertical.ypos",       "13"                    },
+  { "invisible_steelwall_vertical",            "RocksSP.pcx"           },
+  { "invisible_steelwall_vertical.xpos",       "0"                     },
+  { "invisible_steelwall_vertical.ypos",       "0"                     },
   { "invisible_steelwall_vertical.frames",     "1"                     },
 
-  { "arrow_blue.left",                         "RocksDC.pcx"           },
-  { "arrow_blue.left.xpos",                    "8"                     },
-  { "arrow_blue.left.ypos",                    "8"                     },
-  { "arrow_blue.left.frames",                  "1"                     },
-  { "arrow_blue.right",                                "RocksDC.pcx"           },
-  { "arrow_blue.right.xpos",                   "9"                     },
-  { "arrow_blue.right.ypos",                   "8"                     },
-  { "arrow_blue.right.frames",                 "1"                     },
-  { "arrow_blue.up",                           "RocksDC.pcx"           },
-  { "arrow_blue.up.xpos",                      "10"                    },
-  { "arrow_blue.up.ypos",                      "8"                     },
-  { "arrow_blue.up.frames",                    "1"                     },
-  { "arrow_blue.down",                         "RocksDC.pcx"           },
-  { "arrow_blue.down.xpos",                    "11"                    },
-  { "arrow_blue.down.ypos",                    "8"                     },
-  { "arrow_blue.down.frames",                  "1"                     },
-
-  { "arrow_red.left",                          "RocksDC.pcx"           },
-  { "arrow_red.left.xpos",                     "8"                     },
-  { "arrow_red.left.ypos",                     "9"                     },
-  { "arrow_red.left.frames",                   "1"                     },
-  { "arrow_red.right",                         "RocksDC.pcx"           },
-  { "arrow_red.right.xpos",                    "9"                     },
-  { "arrow_red.right.ypos",                    "9"                     },
-  { "arrow_red.right.frames",                  "1"                     },
-  { "arrow_red.up",                            "RocksDC.pcx"           },
-  { "arrow_red.up.xpos",                       "10"                    },
-  { "arrow_red.up.ypos",                       "9"                     },
-  { "arrow_red.up.frames",                     "1"                     },
-  { "arrow_red.down",                          "RocksDC.pcx"           },
-  { "arrow_red.down.xpos",                     "11"                    },
-  { "arrow_red.down.ypos",                     "9"                     },
-  { "arrow_red.down.frames",                   "1"                     },
-
-  { "ball_red",                                        "RocksElements.pcx"     },
-  { "ball_red.xpos",                           "12"                    },
-  { "ball_red.ypos",                           "8"                     },
-  { "ball_red.frames",                         "1"                     },
-  { "ball_blue",                               "RocksElements.pcx"     },
-  { "ball_blue.xpos",                          "13"                    },
-  { "ball_blue.ypos",                          "8"                     },
-  { "ball_blue.frames",                                "1"                     },
-  { "ball_yellow",                             "RocksElements.pcx"     },
-  { "ball_yellow.xpos",                                "14"                    },
-  { "ball_yellow.ypos",                                "8"                     },
-  { "ball_yellow.frames",                      "1"                     },
-  { "ball_gray",                               "RocksElements.pcx"     },
-  { "ball_gray.xpos",                          "15"                    },
-  { "ball_gray.ypos",                          "8"                     },
-  { "ball_gray.frames",                                "1"                     },
-
-  { "scrollbar_blue",                          "RocksDC.pcx"           },
-  { "scrollbar_blue.xpos",                     "8"                     },
-  { "scrollbar_blue.ypos",                     "10"                    },
-  { "scrollbar_blue.frames",                   "1"                     },
-  { "scrollbar_red",                           "RocksDC.pcx"           },
-  { "scrollbar_red.xpos",                      "9"                     },
-  { "scrollbar_red.ypos",                      "10"                    },
-  { "scrollbar_red.frames",                    "1"                     },
-  { "scrollbar_green",                         "RocksDC.pcx"           },
-  { "scrollbar_green.xpos",                    "10"                    },
-  { "scrollbar_green.ypos",                    "10"                    },
-  { "scrollbar_green.frames",                  "1"                     },
-  { "scrollbar_yellow",                                "RocksDC.pcx"           },
-  { "scrollbar_yellow.xpos",                   "11"                    },
-  { "scrollbar_yellow.ypos",                   "10"                    },
-  { "scrollbar_yellow.frames",                 "1"                     },
+  { "invisible_steelwall_topleft.EDITOR",      "RocksElements.pcx"     },
+  { "invisible_steelwall_topleft.EDITOR.xpos", "6"                     },
+  { "invisible_steelwall_topleft.EDITOR.ypos", "13"                    },
+  { "invisible_steelwall_topright.EDITOR",     "RocksElements.pcx"     },
+  { "invisible_steelwall_topright.EDITOR.xpos",        "7"                     },
+  { "invisible_steelwall_topright.EDITOR.ypos",        "13"                    },
+  { "invisible_steelwall_bottomleft.EDITOR",   "RocksElements.pcx"     },
+  { "invisible_steelwall_bottomleft.EDITOR.xpos","8"                   },
+  { "invisible_steelwall_bottomleft.EDITOR.ypos","13"                  },
+  { "invisible_steelwall_bottomright.EDITOR",  "RocksElements.pcx"     },
+  { "invisible_steelwall_bottomright.EDITOR.xpos","9"                  },
+  { "invisible_steelwall_bottomright.EDITOR.ypos","13"                 },
+  { "invisible_steelwall_horizontal.EDITOR",   "RocksElements.pcx"     },
+  { "invisible_steelwall_horizontal.EDITOR.xpos","10"                  },
+  { "invisible_steelwall_horizontal.EDITOR.ypos","13"                  },
+  { "invisible_steelwall_vertical.EDITOR",     "RocksElements.pcx"     },
+  { "invisible_steelwall_vertical.EDITOR.xpos",        "11"                    },
+  { "invisible_steelwall_vertical.EDITOR.ypos",        "13"                    },
+
+  { "arrow_left",                              "RocksDC.pcx"           },
+  { "arrow_left.xpos",                         "8"                     },
+  { "arrow_left.ypos",                         "8"                     },
+  { "arrow_left.frames",                       "1"                     },
+  { "arrow_right",                             "RocksDC.pcx"           },
+  { "arrow_right.xpos",                                "9"                     },
+  { "arrow_right.ypos",                                "8"                     },
+  { "arrow_right.frames",                      "1"                     },
+  { "arrow_up",                                        "RocksDC.pcx"           },
+  { "arrow_up.xpos",                           "10"                    },
+  { "arrow_up.ypos",                           "8"                     },
+  { "arrow_up.frames",                         "1"                     },
+  { "arrow_down",                              "RocksDC.pcx"           },
+  { "arrow_down.xpos",                         "11"                    },
+  { "arrow_down.ypos",                         "8"                     },
+  { "arrow_down.frames",                       "1"                     },
 
 #include "conf_chr.c"  /* include auto-generated data structure definitions */
 #include "conf_cus.c"  /* include auto-generated data structure definitions */
@@ -2593,24 +2650,369 @@ struct ConfigInfo image_config[] =
   /* images not associated to game elements (used for menu screens etc.) */
   /* keyword to stop parser: "NO_MORE_ELEMENT_IMAGES" <-- do not change! */
 
+  { "toon_1",                                  "RocksToons.pcx"        },
+  { "toon_1.x",                                        "2"                     },
+  { "toon_1.y",                                        "72"                    },
+  { "toon_1.width",                            "40"                    },
+  { "toon_1.height",                           "48"                    },
+  { "toon_1.frames",                           "8"                     },
+  { "toon_1.delay",                            "1"                     },
+  { "toon_1.step_offset",                      "4"                     },
+  { "toon_1.step_delay",                       "5"                     },
+  { "toon_1.direction",                                "right"                 },
+  { "toon_1.position",                         "bottom"                },
+
+  { "toon_2",                                  "RocksToons.pcx"        },
+  { "toon_2.x",                                        "2"                     },
+  { "toon_2.y",                                        "186"                   },
+  { "toon_2.width",                            "40"                    },
+  { "toon_2.height",                           "48"                    },
+  { "toon_2.frames",                           "8"                     },
+  { "toon_2.delay",                            "1"                     },
+  { "toon_2.step_offset",                      "4"                     },
+  { "toon_2.step_delay",                       "5"                     },
+  { "toon_2.direction",                                "left"                  },
+  { "toon_2.position",                         "bottom"                },
+
+  { "toon_3",                                  "RocksToons.pcx"        },
+  { "toon_3.x",                                        "2"                     },
+  { "toon_3.y",                                        "125"                   },
+  { "toon_3.width",                            "48"                    },
+  { "toon_3.height",                           "56"                    },
+  { "toon_3.frames",                           "8"                     },
+  { "toon_3.delay",                            "1"                     },
+  { "toon_3.step_offset",                      "4"                     },
+  { "toon_3.step_delay",                       "5"                     },
+  { "toon_3.direction",                                "right"                 },
+  { "toon_3.position",                         "bottom"                },
+
+  { "toon_4",                                  "RocksToons.pcx"        },
+  { "toon_4.x",                                        "327"                   },
+  { "toon_4.y",                                        "10"                    },
+  { "toon_4.width",                            "80"                    },
+  { "toon_4.height",                           "110"                   },
+  { "toon_4.frames",                           "1"                     },
+  { "toon_4.delay",                            "1"                     },
+  { "toon_4.step_offset",                      "1"                     },
+  { "toon_4.step_delay",                       "1"                     },
+  { "toon_4.direction",                                "up"                    },
+  { "toon_4.position",                         "any"                   },
+
+  { "toon_5",                                  "RocksToons.pcx"        },
+  { "toon_5.x",                                        "2"                     },
+  { "toon_5.y",                                        "2"                     },
+  { "toon_5.width",                            "32"                    },
+  { "toon_5.height",                           "30"                    },
+  { "toon_5.frames",                           "8"                     },
+  { "toon_5.delay",                            "2"                     },
+  { "toon_5.mode_pingpong2",                   "true"                  },
+  { "toon_5.step_offset",                      "2"                     },
+  { "toon_5.step_delay",                       "1"                     },
+  { "toon_5.direction",                                "right"                 },
+  { "toon_5.position",                         "upper"                 },
+
+  { "toon_6",                                  "RocksToons.pcx"        },
+  { "toon_6.x",                                        "2"                     },
+  { "toon_6.y",                                        "37"                    },
+  { "toon_6.width",                            "32"                    },
+  { "toon_6.height",                           "30"                    },
+  { "toon_6.frames",                           "8"                     },
+  { "toon_6.delay",                            "2"                     },
+  { "toon_6.mode_pingpong2",                   "true"                  },
+  { "toon_6.step_offset",                      "2"                     },
+  { "toon_6.step_delay",                       "1"                     },
+  { "toon_6.direction",                                "left"                  },
+  { "toon_6.position",                         "upper"                 },
+
+  { "toon_7",                                  "RocksHeroes.pcx"       },
+  { "toon_7.xpos",                             "0"                     },
+  { "toon_7.ypos",                             "1"                     },
+  { "toon_7.frames",                           "4"                     },
+  { "toon_7.delay",                            "4"                     },
+  { "toon_7.direction",                                "left"                  },
+  { "toon_7.position",                         "bottom"                },
+
+  { "toon_8",                                  "RocksHeroes.pcx"       },
+  { "toon_8.xpos",                             "4"                     },
+  { "toon_8.ypos",                             "1"                     },
+  { "toon_8.frames",                           "4"                     },
+  { "toon_8.delay",                            "4"                     },
+  { "toon_8.direction",                                "right"                 },
+  { "toon_8.position",                         "bottom"                },
+
+  { "toon_9",                                  "RocksHeroes.pcx"       },
+  { "toon_9.xpos",                             "8"                     },
+  { "toon_9.ypos",                             "7"                     },
+  { "toon_9.frames",                           "4"                     },
+  { "toon_9.delay",                            "2"                     },
+  { "toon_9.direction",                                "left"                  },
+  { "toon_9.position",                         "bottom"                },
+
+  { "toon_10",                                 "RocksHeroes.pcx"       },
+  { "toon_10.xpos",                            "12"                    },
+  { "toon_10.ypos",                            "7"                     },
+  { "toon_10.frames",                          "4"                     },
+  { "toon_10.delay",                           "2"                     },
+  { "toon_10.direction",                       "right"                 },
+  { "toon_10.position",                                "bottom"                },
+
+  { "toon_11",                                 "RocksHeroes.pcx"       },
+  { "toon_11.xpos",                            "8"                     },
+  { "toon_11.ypos",                            "5"                     },
+  { "toon_11.frames",                          "4"                     },
+  { "toon_11.delay",                           "2"                     },
+  { "toon_11.direction",                       "left"                  },
+  { "toon_11.position",                                "bottom"                },
+
+  { "toon_12",                                 "RocksHeroes.pcx"       },
+  { "toon_12.xpos",                            "12"                    },
+  { "toon_12.ypos",                            "5"                     },
+  { "toon_12.frames",                          "4"                     },
+  { "toon_12.delay",                           "2"                     },
+  { "toon_12.direction",                       "right"                 },
+  { "toon_12.position",                                "bottom"                },
+
+  { "toon_13",                                 "RocksHeroes.pcx"       },
+  { "toon_13.xpos",                            "8"                     },
+  { "toon_13.ypos",                            "1"                     },
+  { "toon_13.frames",                          "4"                     },
+  { "toon_13.delay",                           "2"                     },
+  { "toon_13.direction",                       "left"                  },
+  { "toon_13.position",                                "bottom"                },
+
+  { "toon_14",                                 "RocksHeroes.pcx"       },
+  { "toon_14.xpos",                            "12"                    },
+  { "toon_14.ypos",                            "1"                     },
+  { "toon_14.frames",                          "4"                     },
+  { "toon_14.delay",                           "2"                     },
+  { "toon_14.direction",                       "right"                 },
+  { "toon_14.position",                                "bottom"                },
+
+  { "toon_15",                                 "RocksHeroes.pcx"       },
+  { "toon_15.xpos",                            "8"                     },
+  { "toon_15.ypos",                            "3"                     },
+  { "toon_15.frames",                          "4"                     },
+  { "toon_15.delay",                           "2"                     },
+  { "toon_15.direction",                       "left"                  },
+  { "toon_15.position",                                "bottom"                },
+
+  { "toon_16",                                 "RocksHeroes.pcx"       },
+  { "toon_16.xpos",                            "12"                    },
+  { "toon_16.ypos",                            "3"                     },
+  { "toon_16.frames",                          "4"                     },
+  { "toon_16.delay",                           "2"                     },
+  { "toon_16.direction",                       "right"                 },
+  { "toon_16.position",                                "bottom"                },
+
+  { "toon_17",                                 "RocksHeroes.pcx"       },
+  { "toon_17.xpos",                            "8"                     },
+  { "toon_17.ypos",                            "9"                     },
+  { "toon_17.frames",                          "8"                     },
+  { "toon_17.delay",                           "2"                     },
+  { "toon_17.direction",                       "left"                  },
+  { "toon_17.position",                                "any"                   },
+
+  { "toon_18",                                 "RocksHeroes.pcx"       },
+  { "toon_18.xpos",                            "8"                     },
+  { "toon_18.ypos",                            "9"                     },
+  { "toon_18.frames",                          "8"                     },
+  { "toon_18.delay",                           "2"                     },
+  { "toon_18.direction",                       "right"                 },
+  { "toon_18.position",                                "any"                   },
+
+  { "toon_19",                                 "RocksElements.pcx"     },
+  { "toon_19.xpos",                            "8"                     },
+  { "toon_19.ypos",                            "0"                     },
+  { "toon_19.frames",                          "2"                     },
+  { "toon_19.delay",                           "4"                     },
+  { "toon_19.direction",                       "down"                  },
+  { "toon_19.position",                                "any"                   },
+
+  { "toon_20",                                 "RocksElements.pcx"     },
+  { "toon_20.xpos",                            "10"                    },
+  { "toon_20.ypos",                            "0"                     },
+  { "toon_20.frames",                          "2"                     },
+  { "toon_20.delay",                           "4"                     },
+  { "toon_20.direction",                       "down"                  },
+  { "toon_20.position",                                "any"                   },
+
+  { "menu.calibrate_red",                      "RocksElements.pcx"     },
+  { "menu.calibrate_red.xpos",                 "12"                    },
+  { "menu.calibrate_red.ypos",                 "8"                     },
+  { "menu.calibrate_red.frames",               "1"                     },
+  { "menu.calibrate_blue",                     "RocksElements.pcx"     },
+  { "menu.calibrate_blue.xpos",                        "13"                    },
+  { "menu.calibrate_blue.ypos",                        "8"                     },
+  { "menu.calibrate_blue.frames",              "1"                     },
+  { "menu.calibrate_yellow",                   "RocksElements.pcx"     },
+  { "menu.calibrate_yellow.xpos",              "14"                    },
+  { "menu.calibrate_yellow.ypos",              "8"                     },
+  { "menu.calibrate_yellow.frames",            "1"                     },
+
+  { "menu.button",                             "RocksElements.pcx"     },
+  { "menu.button.xpos",                                "13"                    },
+  { "menu.button.ypos",                                "8"                     },
+  { "menu.button.frames",                      "1"                     },
+  { "menu.button.active",                      "RocksElements.pcx"     },
+  { "menu.button.active.xpos",                 "12"                    },
+  { "menu.button.active.ypos",                 "8"                     },
+  { "menu.button.active.frames",               "1"                     },
+
+  { "menu.button_left",                                "RocksDC.pcx"           },
+  { "menu.button_left.xpos",                   "8"                     },
+  { "menu.button_left.ypos",                   "8"                     },
+  { "menu.button_left.frames",                 "1"                     },
+  { "menu.button_right",                       "RocksDC.pcx"           },
+  { "menu.button_right.xpos",                  "9"                     },
+  { "menu.button_right.ypos",                  "8"                     },
+  { "menu.button_right.frames",                        "1"                     },
+  { "menu.button_up",                          "RocksDC.pcx"           },
+  { "menu.button_up.xpos",                     "10"                    },
+  { "menu.button_up.ypos",                     "8"                     },
+  { "menu.button_up.frames",                   "1"                     },
+  { "menu.button_down",                                "RocksDC.pcx"           },
+  { "menu.button_down.xpos",                   "11"                    },
+  { "menu.button_down.ypos",                   "8"                     },
+  { "menu.button_down.frames",                 "1"                     },
+  { "menu.button_left.active",                 "RocksDC.pcx"           },
+  { "menu.button_left.active.xpos",            "8"                     },
+  { "menu.button_left.active.ypos",            "9"                     },
+  { "menu.button_left.active.frames",          "1"                     },
+  { "menu.button_right.active",                        "RocksDC.pcx"           },
+  { "menu.button_right.active.xpos",           "9"                     },
+  { "menu.button_right.active.ypos",           "9"                     },
+  { "menu.button_right.active.frames",         "1"                     },
+  { "menu.button_up.active",                   "RocksDC.pcx"           },
+  { "menu.button_up.active.xpos",              "10"                    },
+  { "menu.button_up.active.ypos",              "9"                     },
+  { "menu.button_up.active.frames",            "1"                     },
+  { "menu.button_down.active",                 "RocksDC.pcx"           },
+  { "menu.button_down.active.xpos",            "11"                    },
+  { "menu.button_down.active.ypos",            "9"                     },
+  { "menu.button_down.active.frames",          "1"                     },
+
+  { "menu.scrollbar",                          "RocksDC.pcx"           },
+  { "menu.scrollbar.xpos",                     "8"                     },
+  { "menu.scrollbar.ypos",                     "10"                    },
+  { "menu.scrollbar.frames",                   "1"                     },
+  { "menu.scrollbar.active",                   "RocksDC.pcx"           },
+  { "menu.scrollbar.active.xpos",              "9"                     },
+  { "menu.scrollbar.active.ypos",              "10"                    },
+  { "menu.scrollbar.active.frames",            "1"                     },
+
+  { "font.initial_1",                          "RocksFontSmall.pcx"    },
+  { "font.initial_1.x",                                "0"                     },
+  { "font.initial_1.y",                                "0"                     },
+  { "font.initial_1.width",                    "14"                    },
+  { "font.initial_1.height",                   "14"                    },
+  { "font.initial_2",                          "RocksFontSmall.pcx"    },
+  { "font.initial_2.x",                                "0"                     },
+  { "font.initial_2.y",                                "56"                    },
+  { "font.initial_2.width",                    "14"                    },
+  { "font.initial_2.height",                   "14"                    },
+  { "font.initial_3",                          "RocksFontSmall.pcx"    },
+  { "font.initial_3.x",                                "0"                     },
+  { "font.initial_3.y",                                "112"                   },
+  { "font.initial_3.width",                    "14"                    },
+  { "font.initial_3.height",                   "14"                    },
+  { "font.initial_4",                          "RocksFontSmall.pcx"    },
+  { "font.initial_4.x",                                "0"                     },
+  { "font.initial_4.y",                                "168"                   },
+  { "font.initial_4.width",                    "14"                    },
+  { "font.initial_4.height",                   "14"                    },
+
+  { "font.big_1",                              "RocksFontBig.pcx"      },
+  { "font.big_1.x",                            "0"                     },
+  { "font.big_1.y",                            "0"                     },
+  { "font.big_1.width",                                "32"                    },
+  { "font.big_1.height",                       "32"                    },
+  { "font.big_2",                              "RocksFontBig.pcx"      },
+  { "font.big_2.x",                            "0"                     },
+  { "font.big_2.y",                            "128"                   },
+  { "font.big_2.width",                                "32"                    },
+  { "font.big_2.height",                       "32"                    },
+  { "font.big_3",                              "RocksFontBig.pcx"      },
+  { "font.big_3.x",                            "0"                     },
+  { "font.big_3.y",                            "256"                   },
+  { "font.big_3.width",                                "32"                    },
+  { "font.big_3.height",                       "32"                    },
+  { "font.big_4",                              "RocksFontBig.pcx"      },
+  { "font.big_4.x",                            "0"                     },
+  { "font.big_4.y",                            "384"                   },
+  { "font.big_4.width",                                "32"                    },
+  { "font.big_4.height",                       "32"                    },
+
+  { "font.medium_1",                           "RocksFontMedium.pcx"   },
+  { "font.medium_1.x",                         "0"                     },
+  { "font.medium_1.y",                         "0"                     },
+  { "font.medium_1.width",                     "16"                    },
+  { "font.medium_1.height",                    "32"                    },
+  { "font.medium_2",                           "RocksFontMedium.pcx"   },
+  { "font.medium_2.x",                         "0"                     },
+  { "font.medium_2.y",                         "128"                   },
+  { "font.medium_2.width",                     "16"                    },
+  { "font.medium_2.height",                    "32"                    },
+  { "font.medium_3",                           "RocksFontMedium.pcx"   },
+  { "font.medium_3.x",                         "0"                     },
+  { "font.medium_3.y",                         "256"                   },
+  { "font.medium_3.width",                     "16"                    },
+  { "font.medium_3.height",                    "32"                    },
+  { "font.medium_4",                           "RocksFontMedium.pcx"   },
+  { "font.medium_4.x",                         "0"                     },
+  { "font.medium_4.y",                         "384"                   },
+  { "font.medium_4.width",                     "16"                    },
+  { "font.medium_4.height",                    "32"                    },
+
+  { "font.small_1",                            "RocksFontSmall.pcx"    },
+  { "font.small_1.x",                          "0"                     },
+  { "font.small_1.y",                          "0"                     },
+  { "font.small_1.width",                      "14"                    },
+  { "font.small_1.height",                     "14"                    },
+  { "font.small_2",                            "RocksFontSmall.pcx"    },
+  { "font.small_2.x",                          "0"                     },
+  { "font.small_2.y",                          "56"                    },
+  { "font.small_2.width",                      "14"                    },
+  { "font.small_2.height",                     "14"                    },
+  { "font.small_3",                            "RocksFontSmall.pcx"    },
+  { "font.small_3.x",                          "0"                     },
+  { "font.small_3.y",                          "112"                   },
+  { "font.small_3.width",                      "14"                    },
+  { "font.small_3.height",                     "14"                    },
+  { "font.small_4",                            "RocksFontSmall.pcx"    },
+  { "font.small_4.x",                          "0"                     },
+  { "font.small_4.y",                          "168"                   },
+  { "font.small_4.width",                      "14"                    },
+  { "font.small_4.height",                     "14"                    },
+
+  { "font.tape",                               "RocksFontSmall.pcx"    },
+  { "font.tape.x",                             "0"                     },
+  { "font.tape.y",                             "224"                   },
+  { "font.tape.width",                         "11"                    },
+  { "font.tape.height",                                "14"                    },
+
+  { "font.game",                               "RocksFontEM.pcx"       },
+  { "font.game.x",                             "0"                     },
+  { "font.game.y",                             "160"                   },
+  { "font.game.width",                         "16"                    },
+  { "font.game.height",                                "16"                    },
+
+  { "font.narrow",                             "RocksFontSmall.pcx"    },
+  { "font.narrow.x",                           "0"                     },
+  { "font.narrow.y",                           "280"                   },
+  { "font.narrow.width",                       "10"                    },
+  { "font.narrow.height",                      "14"                    },
+
   { "global.border",                           "RocksScreen.pcx"       },
   { "global.door",                             "RocksDoor.pcx"         },
-  { "global.toons",                            "RocksToons.pcx"        },
 
-  { "font.big",                                        "RocksFontBig.pcx"      },
-  { "font.medium",                             "RocksFontMedium.pcx"   },
-  { "font.small",                              "RocksFontSmall.pcx"    },
-  { "font.em",                                 "RocksFontEM.pcx"       },
-
-  { "background.default",                      UNDEFINED_FILENAME      },
-  { "background.door",                         UNDEFINED_FILENAME      },
+  { "background",                              UNDEFINED_FILENAME      },
   { "background.main",                         UNDEFINED_FILENAME      },
-  { "background.level_series",                 UNDEFINED_FILENAME      },
-  { "background.hall_of_fame",                 UNDEFINED_FILENAME      },
-  { "background.editor_settings_level",                UNDEFINED_FILENAME      },
-  { "background.editor_settings_element",      UNDEFINED_FILENAME      },
+  { "background.levels",                       UNDEFINED_FILENAME      },
+  { "background.scores",                       UNDEFINED_FILENAME      },
+  { "background.editor",                       UNDEFINED_FILENAME      },
   { "background.info",                         UNDEFINED_FILENAME      },
   { "background.setup",                                UNDEFINED_FILENAME      },
+  { "background.door",                         UNDEFINED_FILENAME      },
 
   { "info.font_em_1",                          "RocksFontEM.pcx"       },
   { "info.font_em_1.xpos",                     "0"                     },
@@ -2638,5 +3040,12 @@ struct ConfigInfo image_config[] =
   { "info.font_em_5.frames",                   "4"                     },
   { "info.font_em_5.delay",                    "10"                    },
 
+  /* the following directives are not associated with an image,
+     but make sense to be defined in "graphicsinfo.conf", too */
+
+  { "global.num_toons",                                "20"                    },
+
+  { "menu.main.hide_static_text",              "false"                 },
+
   { NULL,                                      NULL                    }
 };