rnd-20030927-2-src
[rocksndiamonds.git] / src / conf_gfx.c
index 2a129b4fad4c3f84018ba55af824c260f74faff7..465277379ca25759f9a2bdfedb365e960aeaca5e 100644 (file)
@@ -3308,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"                   },
@@ -3333,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"                   },
@@ -3353,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"                   },
@@ -3455,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      },
@@ -3497,11 +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.anim_mode",                          "default"               },
-
-  { "game.envelope.anim_mode",                 "full"                  },
+  { "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                    }
 };