rnd-20060407-1-src
[rocksndiamonds.git] / src / conf_gfx.c
index a328b198ad996470f85ce6c6f11d635a5b6e8e3e..b9e97c3008da0e9ca4c0ff7a20a3cc98f3164484 100644 (file)
@@ -1212,21 +1212,33 @@ struct ConfigInfo image_config[] =
   { "yamyam.left.ypos",                                "5"                     },
   { "yamyam.left.frames",                      "4"                     },
   { "yamyam.left.anim_mode",                   "pingpong2"             },
+  { "yamyam.left.EDITOR",                      "RocksEMC.pcx"          },
+  { "yamyam.left.EDITOR.xpos",                 "7"                     },
+  { "yamyam.left.EDITOR.ypos",                 "15"                    },
   { "yamyam.right",                            "RocksElements.pcx"     },
   { "yamyam.right.xpos",                       "0"                     },
   { "yamyam.right.ypos",                       "5"                     },
   { "yamyam.right.frames",                     "4"                     },
   { "yamyam.right.anim_mode",                  "pingpong2"             },
+  { "yamyam.right.EDITOR",                     "RocksEMC.pcx"          },
+  { "yamyam.right.EDITOR.xpos",                        "8"                     },
+  { "yamyam.right.EDITOR.ypos",                        "15"                    },
   { "yamyam.up",                               "RocksElements.pcx"     },
   { "yamyam.up.xpos",                          "0"                     },
   { "yamyam.up.ypos",                          "5"                     },
   { "yamyam.up.frames",                                "4"                     },
   { "yamyam.up.anim_mode",                     "pingpong2"             },
+  { "yamyam.up.EDITOR",                                "RocksEMC.pcx"          },
+  { "yamyam.up.EDITOR.xpos",                   "5"                     },
+  { "yamyam.up.EDITOR.ypos",                   "15"                    },
   { "yamyam.down",                             "RocksElements.pcx"     },
   { "yamyam.down.xpos",                                "0"                     },
   { "yamyam.down.ypos",                                "5"                     },
   { "yamyam.down.frames",                      "4"                     },
   { "yamyam.down.anim_mode",                   "pingpong2"             },
+  { "yamyam.down.EDITOR",                      "RocksEMC.pcx"          },
+  { "yamyam.down.EDITOR.xpos",                 "6"                     },
+  { "yamyam.down.EDITOR.ypos",                 "15"                    },
   { "yamyam.moving",                           "RocksElements.pcx"     },
   { "yamyam.moving.xpos",                      "0"                     },
   { "yamyam.moving.ypos",                      "5"                     },
@@ -4070,6 +4082,15 @@ struct ConfigInfo image_config[] =
   { "menu.button_leave_menu.active",           "RocksDC.pcx"           },
   { "menu.button_leave_menu.active.clone_from",        "menu.button_left.active" },
 
+  { "menu.button_next_level",                  "RocksDC.pcx"           },
+  { "menu.button_next_level.clone_from",       "menu.button_right"     },
+  { "menu.button_next_level.active",           "RocksDC.pcx"           },
+  { "menu.button_next_level.active.clone_from",        "menu.button_right.active" },
+  { "menu.button_last_level",                  "RocksDC.pcx"           },
+  { "menu.button_last_level.clone_from",       "menu.button_left"      },
+  { "menu.button_last_level.active",           "RocksDC.pcx"           },
+  { "menu.button_last_level.active.clone_from",        "menu.button_left.active" },
+
   { "menu.scrollbar",                          "RocksDC.pcx"           },
   { "menu.scrollbar.xpos",                     "8"                     },
   { "menu.scrollbar.ypos",                     "10"                    },