rnd-20030312-1-src
[rocksndiamonds.git] / src / conf_gfx.c
index af832b3328f28c19b34d7e36f291da29eaa3df63..be5985472db2d25198ba3cf4f04f3b812bd3ee43 100644 (file)
@@ -571,6 +571,30 @@ struct ConfigInfo image_config[] =
   { "sand_crumbled.xpos",                      "1"                     },
   { "sand_crumbled.ypos",                      "0"                     },
   { "sand_crumbled.frames",                    "1"                     },
+  { "sand.digging.left",                       "RocksMore.pcx"         },
+  { "sand.digging.left.xpos",                  "6"                     },
+  { "sand.digging.left.ypos",                  "3"                     },
+  { "sand.digging.left.frames",                        "3"                     },
+  { "sand.digging.left.delay",                 "2"                     },
+  { "sand.digging.left.anim_mode",             "linear"                },
+  { "sand.digging.right",                      "RocksMore.pcx"         },
+  { "sand.digging.right.xpos",                 "9"                     },
+  { "sand.digging.right.ypos",                 "3"                     },
+  { "sand.digging.right.frames",               "3"                     },
+  { "sand.digging.right.delay",                        "2"                     },
+  { "sand.digging.right.anim_mode",            "linear"                },
+  { "sand.digging.up",                         "RocksMore.pcx"         },
+  { "sand.digging.up.xpos",                    "0"                     },
+  { "sand.digging.up.ypos",                    "3"                     },
+  { "sand.digging.up.frames",                  "3"                     },
+  { "sand.digging.up.delay",                   "2"                     },
+  { "sand.digging.up.anim_mode",               "linear"                },
+  { "sand.digging.down",                       "RocksMore.pcx"         },
+  { "sand.digging.down.xpos",                  "3"                     },
+  { "sand.digging.down.ypos",                  "3"                     },
+  { "sand.digging.down.frames",                        "3"                     },
+  { "sand.digging.down.delay",                 "2"                     },
+  { "sand.digging.down.anim_mode",             "linear"                },
 
   { "wall",                                    "RocksElements.pcx"     },
   { "wall.xpos",                               "5"                     },
@@ -3130,5 +3154,13 @@ struct ConfigInfo image_config[] =
 
   { "global.num_toons",                                "20"                    },
 
+  { "menu.draw_xoffset",                       "0"                     },
+  { "menu.draw_yoffset",                       "0"                     },
+  { "menu.draw_xoffset.MAIN",                  "0"                     },
+  { "menu.draw_yoffset.MAIN",                  "0"                     },
+
+  { "door.step_offset",                                "2"                     },
+  { "door.step_delay",                         "10"                    },
+
   { NULL,                                      NULL                    }
 };