rnd-20100623-3-src
[rocksndiamonds.git] / src / conf_gfx.c
index 1e318e419adf0bb8089c0fd33c0cf22bd8bbd974..b620dcbd3ad1d941480d14c49ea07a5a7655d4cc 100644 (file)
@@ -5152,21 +5152,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",                        "10"                    },
+  { "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",         "9"                     },
+  { "editor.cascade_list.active.ypos",         "8"                     },
   { "editor.cascade_list.active.frames",       "1"                     },
 
   { "background",                              UNDEFINED_FILENAME      },
@@ -5186,12 +5186,16 @@ struct ConfigInfo image_config[] =
   { "background.SETUP",                                UNDEFINED_FILENAME      },
   { "background.PLAYING",                      UNDEFINED_FILENAME      },
   { "background.DOOR",                         UNDEFINED_FILENAME      },
-  { "background.PANEL",                                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      },
@@ -6590,7 +6594,7 @@ struct ConfigInfo image_config[] =
   { "tape.symbol.pause.x",                     "40"                    },
   { "tape.symbol.pause.y",                     "41"                    },
   { "tape.symbol.record.x",                    "25"                    },
-  { "tape.symbol.record.y",                    "5"                     },
+  { "tape.symbol.record.y",                    "41"                    },
   { "tape.symbol.play.x",                      "57"                    },
   { "tape.symbol.play.y",                      "41"                    },
   { "tape.symbol.fast_forward.x",              "39"                    },
@@ -6611,13 +6615,13 @@ struct ConfigInfo image_config[] =
   { "tape.label.pause.x",                      "5"                     },
   { "tape.label.pause.y",                      "61"                    },
   { "tape.label.record.x",                     "5"                     },
-  { "tape.label.record.y",                     "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",               "5"                     },
-  { "tape.label.warp_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"                     },