rnd-20030106-1-src
[rocksndiamonds.git] / src / conf_gfx.c
index c4107ce9cc2f3d96ebd21f04d260a1ecf52c89f2..20f71882790df95fe0b0c5f4f02ec078789565cd 100644 (file)
@@ -633,6 +633,18 @@ struct ConfigInfo image_config[] =
   { "nut.xpos",                                        "12"                    },
   { "nut.ypos",                                        "1"                     },
   { "nut.frames",                              "1"                     },
+  { "nut.falling",                             "RocksElements.pcx"     },
+  { "nut.falling.xpos",                                "12"                    },
+  { "nut.falling.ypos",                                "1"                     },
+  { "nut.falling.frames",                      "1"                     },
+  { "nut.moving_left",                         "RocksElements.pcx"     },
+  { "nut.moving_left.xpos",                    "12"                    },
+  { "nut.moving_left.ypos",                    "1"                     },
+  { "nut.moving_left.frames",                  "1"                     },
+  { "nut.moving_right",                                "RocksElements.pcx"     },
+  { "nut.moving_right.xpos",                   "12"                    },
+  { "nut.moving_right.ypos",                   "1"                     },
+  { "nut.moving_right.frames",                 "1"                     },
   { "nut.cracking",                            "RocksElements.pcx"     },
   { "nut.cracking.xpos",                       "13"                    },
   { "nut.cracking.ypos",                       "1"                     },
@@ -2571,13 +2583,17 @@ struct ConfigInfo image_config[] =
   /* images not associated to game elements (used for menu screens etc.) */
   /* keyword to stop parser: "NO_MORE_ELEMENT_IMAGES" <-- do not change! */
 
-  { "menu.back",                               "RocksScreen.pcx"       },
-  { "menu.door",                               "RocksDoor.pcx"         },
-  { "menu.toons",                              "RocksToons.pcx"        },
-  { "menu.font_big",                           "RocksFontBig.pcx"      },
-  { "menu.font_small",                         "RocksFontSmall.pcx"    },
-  { "menu.font_medium",                                "RocksFontMedium.pcx"   },
-  { "menu.font_em",                            "RocksFontEM.pcx"       },
+  { "global.border",                           "RocksScreen.pcx"       },
+  { "global.door",                             "RocksDoor.pcx"         },
+  { "global.toons",                            "RocksToons.pcx"        },
+
+  { "font.big",                                        "RocksFontBig.pcx"      },
+  { "font.medium",                             "RocksFontMedium.pcx"   },
+  { "font.small",                              "RocksFontSmall.pcx"    },
+  { "font.em",                                 "RocksFontEM.pcx"       },
+
+  { "background.default",                      UNDEFINED_FILENAME      },
+  { "background.door",                         UNDEFINED_FILENAME      },
 
   { "info.font_em_1",                          "RocksFontEM.pcx"       },
   { "info.font_em_1.xpos",                     "0"                     },