rnd-20100619-1-src
[rocksndiamonds.git] / src / conf_gfx.c
index 459879202234452cad886686bcf4cfde8a0f98a9..457cdf592db2361b8d06ed0e974a9498de496f32 100644 (file)
@@ -5186,12 +5186,16 @@ struct ConfigInfo image_config[] =
   { "background.SETUP",                                UNDEFINED_FILENAME      },
   { "background.PLAYING",                      UNDEFINED_FILENAME      },
   { "background.DOOR",                         UNDEFINED_FILENAME      },
-  { "background.PANEL",                                UNDEFINED_FILENAME      },
   { "background.TAPE",                         "RocksDoor.pcx"         },
   { "background.TAPE.x",                       "200"                   },
   { "background.TAPE.y",                       "280"                   },
   { "background.TAPE.width",                   "100"                   },
   { "background.TAPE.height",                  "100"                   },
+  { "background.PANEL",                                "RocksDoor.pcx"         },
+  { "background.PANEL.x",                      "400"                   },
+  { "background.PANEL.y",                      "0"                     },
+  { "background.PANEL.width",                  "100"                   },
+  { "background.PANEL.height",                 "280"                   },
 
   { "background.titlescreen_initial_1",                UNDEFINED_FILENAME      },
   { "background.titlescreen_initial_2",                UNDEFINED_FILENAME      },