rnd-20060217-2-src
[rocksndiamonds.git] / src / conf_gfx.c
index e30ef6612b842584d909d3a8b6dca166b412ac8f..4a5c997f24f17e7395502f068c9769097c067e36 100644 (file)
@@ -948,6 +948,23 @@ struct ConfigInfo image_config[] =
   { "dynamite.active.EDITOR.xpos",             "1"                     },
   { "dynamite.active.EDITOR.ypos",             "14"                    },
 
+  { "em_dynamite",                             "RocksElements.pcx"     },
+  { "em_dynamite.xpos",                                "0"                     },
+  { "em_dynamite.ypos",                                "3"                     },
+  { "em_dynamite.frames",                      "1"                     },
+  { "em_dynamite.EDITOR",                      "RocksElements.pcx"     },
+  { "em_dynamite.EDITOR.xpos",                 "0"                     },
+  { "em_dynamite.EDITOR.ypos",                 "14"                    },
+  { "em_dynamite.active",                      "RocksElements.pcx"     },
+  { "em_dynamite.active.xpos",                 "1"                     },
+  { "em_dynamite.active.ypos",                 "3"                     },
+  { "em_dynamite.active.frames",               "7"                     },
+  { "em_dynamite.active.delay",                        "4"                     },
+  { "em_dynamite.active.anim_mode",            "linear"                },
+  { "em_dynamite.active.EDITOR",               "RocksElements.pcx"     },
+  { "em_dynamite.active.EDITOR.xpos",          "1"                     },
+  { "em_dynamite.active.EDITOR.ypos",          "14"                    },
+
   { "wall_emerald",                            "RocksElements.pcx"     },
   { "wall_emerald.xpos",                       "4"                     },
   { "wall_emerald.ypos",                       "8"                     },
@@ -3368,6 +3385,11 @@ struct ConfigInfo image_config[] =
   { "trigger_player.ypos",                     "13"                    },
   { "trigger_player.frames",                   "1"                     },
 
+  { "trigger_ce_value",                                "RocksDC.pcx"           },
+  { "trigger_ce_value.xpos",                   "15"                    },
+  { "trigger_ce_value.ypos",                   "15"                    },
+  { "trigger_ce_value.frames",                 "1"                     },
+
   { "emc_key_5",                               "RocksEMC.pcx"          },
   { "emc_key_5.xpos",                          "0"                     },
   { "emc_key_5.ypos",                          "5"                     },
@@ -3708,13 +3730,13 @@ struct ConfigInfo image_config[] =
   /* !!! TEMPORARILY STORED HERE -- PROBABLY TO BE CHANGED !!! */
 
   /* (for testing, change filename back to "emc_object dot pcx") */
-  { "emc_object",                              "emc_object.pcx"        },
+  { "emc_object",                              "emc_objects.pcx"       },
 #if 0
   { "emc_object.scale_up_factor",              "2"                     },
 #endif
 
   /* (for testing, change filename back to "emc_sprite dot pcx") */
-  { "emc_sprite",                              "emc_sprite.pcx"        },
+  { "emc_sprite",                              "emc_players.pcx"       },
 #if 0
   { "emc_sprite.scale_up_factor",              "2"                     },
 #endif