rnd-20030926-1-src
[rocksndiamonds.git] / src / conf_gfx.c
index c9f5ceaf1acaa935962e3b3430cdd8d7d78a4c92..72dd3bd17eb1296466f05ddddbe87fa1a0e82f99 100644 (file)
@@ -227,11 +227,6 @@ struct ConfigInfo image_config[] =
   { "[sp_default].exploding.delay",            "3"                     },
   { "[sp_default].exploding.anim_mode",                "linear"                },
 
-  { "sp_empty_space",                          "RocksSP.pcx"           },
-  { "sp_empty_space.xpos",                     "0"                     },
-  { "sp_empty_space.ypos",                     "0"                     },
-  { "sp_empty_space.frames",                   "1"                     },
-
   { "sp_zonk",                                 "RocksSP.pcx"           },
   { "sp_zonk.xpos",                            "1"                     },
   { "sp_zonk.ypos",                            "0"                     },
@@ -1451,10 +1446,22 @@ struct ConfigInfo image_config[] =
   { "timegate_switch.active.ypos",             "15"                    },
   { "timegate_switch.active.frames",           "4"                     },
 
-  { "envelope",                                        "RocksDC.pcx"           },
-  { "envelope.xpos",                           "4"                     },
-  { "envelope.ypos",                           "14"                    },
-  { "envelope.frames",                         "1"                     },
+  { "envelope_1",                              "RocksDC.pcx"           },
+  { "envelope_1.xpos",                         "4"                     },
+  { "envelope_1.ypos",                         "14"                    },
+  { "envelope_1.frames",                       "1"                     },
+  { "envelope_2",                              "RocksDC.pcx"           },
+  { "envelope_2.xpos",                         "4"                     },
+  { "envelope_2.ypos",                         "14"                    },
+  { "envelope_2.frames",                       "1"                     },
+  { "envelope_3",                              "RocksDC.pcx"           },
+  { "envelope_3.xpos",                         "4"                     },
+  { "envelope_3.ypos",                         "14"                    },
+  { "envelope_3.frames",                       "1"                     },
+  { "envelope_4",                              "RocksDC.pcx"           },
+  { "envelope_4.xpos",                         "4"                     },
+  { "envelope_4.ypos",                         "14"                    },
+  { "envelope_4.frames",                       "1"                     },
 
   { "sign_exclamation",                                "RocksDC.pcx"           },
   { "sign_exclamation.xpos",                   "5"                     },
@@ -3448,11 +3455,18 @@ struct ConfigInfo image_config[] =
   { "editor.element_border_input.xpos",                "0"                     },
   { "editor.element_border_input.ypos",                "0"                     },
 
-  { "game.envelope_background",                        "RocksScreen.pcx"       },
-  { "game.envelope_background.x",              "0"                     },
-  { "game.envelope_background.y",              "0"                     },
-  { "game.envelope_background.width",          "560"                   },
-  { "game.envelope_background.height",         "560"                   },
+  { "game.envelope.background",                        "RocksScreen.pcx"       },
+  { "game.envelope.background.x",              "0"                     },
+  { "game.envelope.background.y",              "0"                     },
+  { "game.envelope.background.width",          "560"                   },
+  { "game.envelope.background.height",         "560"                   },
+  { "game.envelope.background.anim_mode",      "default"               },
+  { "game.envelope.background.draw_masked",    "false"                 },
+
+  { "game.envelope_1.background",              UNDEFINED_FILENAME      },
+  { "game.envelope_2.background",              UNDEFINED_FILENAME      },
+  { "game.envelope_3.background",              UNDEFINED_FILENAME      },
+  { "game.envelope_4.background",              UNDEFINED_FILENAME      },
 
   { "background",                              UNDEFINED_FILENAME      },
   { "background.MAIN",                         UNDEFINED_FILENAME      },
@@ -3490,8 +3504,12 @@ struct ConfigInfo image_config[] =
   { "menu.list_size.SCORES",                   "-1"                    },
   { "menu.list_size.INFO",                     "-1"                    },
 
-  { "door.step_offset",                                "2"                     },
-  { "door.step_delay",                         "10"                    },
+  { "door_1.step_offset",                      "2"                     },
+  { "door_1.step_delay",                       "10"                    },
+  { "door_1.anim_mode",                                "default"               },
+  { "door_2.step_offset",                      "2"                     },
+  { "door_2.step_delay",                       "10"                    },
+  { "door_2.anim_mode",                                "default"               },
 
   { NULL,                                      NULL                    }
 };