rnd-20030927-2-src
[rocksndiamonds.git] / src / conf_gfx.c
index c9f5ceaf1acaa935962e3b3430cdd8d7d78a4c92..465277379ca25759f9a2bdfedb365e960aeaca5e 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"                     },
@@ -3301,6 +3308,11 @@ struct ConfigInfo image_config[] =
   { "font.text_2.PREVIEW.y",                   "160"                   },
   { "font.text_2.PREVIEW.width",               "16"                    },
   { "font.text_2.PREVIEW.height",              "16"                    },
+  { "font.text_2.PLAYING",                     "RocksFontEM.pcx"       },
+  { "font.text_2.PLAYING.x",                   "0"                     },
+  { "font.text_2.PLAYING.y",                   "160"                   },
+  { "font.text_2.PLAYING.width",               "16"                    },
+  { "font.text_2.PLAYING.height",              "16"                    },
   { "font.text_2.SCORES",                      "RocksFontBig.pcx"      },
   { "font.text_2.SCORES.x",                    "0"                     },
   { "font.text_2.SCORES.y",                    "320"                   },
@@ -3326,6 +3338,11 @@ struct ConfigInfo image_config[] =
   { "font.text_3.PREVIEW.y",                   "160"                   },
   { "font.text_3.PREVIEW.width",               "16"                    },
   { "font.text_3.PREVIEW.height",              "16"                    },
+  { "font.text_3.PLAYING",                     "RocksFontEM.pcx"       },
+  { "font.text_3.PLAYING.x",                   "0"                     },
+  { "font.text_3.PLAYING.y",                   "160"                   },
+  { "font.text_3.PLAYING.width",               "16"                    },
+  { "font.text_3.PLAYING.height",              "16"                    },
   { "font.text_3.SCORES",                      "RocksFontMedium.pcx"   },
   { "font.text_3.SCORES.x",                    "0"                     },
   { "font.text_3.SCORES.y",                    "480"                   },
@@ -3346,6 +3363,11 @@ struct ConfigInfo image_config[] =
   { "font.text_4.LEVELS.y",                    "480"                   },
   { "font.text_4.LEVELS.width",                        "16"                    },
   { "font.text_4.LEVELS.height",               "32"                    },
+  { "font.text_4.PLAYING",                     "RocksFontEM.pcx"       },
+  { "font.text_4.PLAYING.x",                   "0"                     },
+  { "font.text_4.PLAYING.y",                   "160"                   },
+  { "font.text_4.PLAYING.width",               "16"                    },
+  { "font.text_4.PLAYING.height",              "16"                    },
   { "font.text_4.SCORES",                      "RocksFontMedium.pcx"   },
   { "font.text_4.SCORES.x",                    "0"                     },
   { "font.text_4.SCORES.y",                    "480"                   },
@@ -3448,11 +3470,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 +3519,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                    }
 };