rnd-20060804-1-src
[rocksndiamonds.git] / src / conf_gfx.c
index e2af8d07cd9ce406e8ad7b7a37a4a2575f3ae865..3421d9a578291aca6b78c30046a0a5b0aed54453 100644 (file)
@@ -2381,6 +2381,14 @@ struct ConfigInfo image_config[] =
   { "expandable_wall_any.EDITOR.xpos",         "12"                    },
   { "expandable_wall_any.EDITOR.ypos",         "13"                    },
 
+  { "bd_expandable_wall",                      "RocksElements.pcx"     },
+  { "bd_expandable_wall.xpos",                 "5"                     },
+  { "bd_expandable_wall.ypos",                 "9"                     },
+  { "bd_expandable_wall.frames",               "1"                     },
+  { "bd_expandable_wall.EDITOR",               "RocksDC.pcx"           },
+  { "bd_expandable_wall.EDITOR.xpos",          "15"                    },
+  { "bd_expandable_wall.EDITOR.ypos",          "15"                    },
+
   { "expandable_wall.growing.left",            "RocksElements.pcx"     },
   { "expandable_wall.growing.left.xpos",       "8"                     },
   { "expandable_wall.growing.left.ypos",       "10"                    },
@@ -3819,14 +3827,14 @@ struct ConfigInfo image_config[] =
 #if 1
   /* !!! TEMPORARILY STORED HERE -- PROBABLY TO BE CHANGED !!! */
 
-  /* (for testing, change filename back to "emc_object dot pcx") */
-  { "emc_object",                              "emc_objects.pcx"       },
+  /* (for testing, change filename back to "emc_objects dot pcx") */
+  { "emc_object",                              "RocksEMC.pcx"          },
 #if 0
   { "emc_object.scale_up_factor",              "2"                     },
 #endif
 
-  /* (for testing, change filename back to "emc_sprite dot pcx") */
-  { "emc_sprite",                              "emc_players.pcx"       },
+  /* (for testing, change filename back to "emc_players dot pcx") */
+  { "emc_sprite",                              "RocksEMC.pcx"          },
 #if 0
   { "emc_sprite.scale_up_factor",              "2"                     },
 #endif
@@ -4449,6 +4457,25 @@ struct ConfigInfo image_config[] =
   { "door_2.step_delay",                       "10"                    },
   { "door_2.anim_mode",                                "default"               },
 
+#if DEBUG
+  { "game.level.x",                            "-1"                    },
+  { "game.level.y",                            "-1"                    },
+  { "game.gems.x",                             "-1"                    },
+  { "game.gems.y",                             "-1"                    },
+  { "game.bombs.x",                            "-1"                    },
+  { "game.bombs.y",                            "-1"                    },
+  { "game.keys.x",                             "-1"                    },
+  { "game.keys.y",                             "-1"                    },
+  { "game.score.x",                            "-1"                    },
+  { "game.score.y",                            "-1"                    },
+  { "game.time.x",                             "-1"                    },
+  { "game.time.y",                             "-1"                    },
+#if 0
+  { "game.tape.x",                             "-1"                    },
+  { "game.tape.y",                             "-1"                    },
+#endif
+#endif
+
   { "[player].boring_delay_fixed",             "1000"                  },
   { "[player].boring_delay_random",            "1000"                  },
   { "[player].sleeping_delay_fixed",           "2000"                  },