rnd-20020906-2-src
[rocksndiamonds.git] / src / main.c
index 4cec054e76c2479219cbf577749e30ebbd9dfd37..324c4f57cdd805b36c7c70e114122841a68e236a 100644 (file)
@@ -139,7 +139,12 @@ char *sound_name[NUM_SOUNDS] =
 struct ArtworkConfigInfo image_config[] =
 {
   /* graphics for Boulder Dash style elements and actions */
-  { "bd_diamond.waiting",              "bd_diamond.pcx"        },
+  { "bd_diamond",                      "bd_diamond.pcx"        },
+  { "bd_diamond.frame_xpos",           "0"                     },
+  { "bd_diamond.num_frames",           "1"                     },
+  { "robot_wheel",                     "bd_diamond.pcx"        },
+  { "robot_wheel.frame_xpos",          "0"                     },
+  { "robot_wheel.num_frames",          "4"                     },
 };
 
 struct ArtworkConfigInfo sound_config[] =