rnd-20030428-1-src
[rocksndiamonds.git] / src / conf_gfx.c
index ef05d3bf2f0dacc0794b071f05b63b563189f855..868fb084a3f80ba5ae8391c46426caf4dbb2ef35 100644 (file)
@@ -267,6 +267,18 @@ struct ConfigInfo image_config[] =
   { "sp_murphy.digging.right.frames",          "3"                     },
   { "sp_murphy.digging.right.anim_mode",       "pingpong"              },
   { "sp_murphy.digging.right.delay",           "2"                     },
+  { "sp_murphy.collecting.left",               "RocksSP.pcx"           },
+  { "sp_murphy.collecting.left.xpos",          "8"                     },
+  { "sp_murphy.collecting.left.ypos",          "0"                     },
+  { "sp_murphy.collecting.left.frames",                "3"                     },
+  { "sp_murphy.collecting.left.anim_mode",     "pingpong"              },
+  { "sp_murphy.collecting.left.delay",         "2"                     },
+  { "sp_murphy.collecting.right",              "RocksSP.pcx"           },
+  { "sp_murphy.collecting.right.xpos",         "11"                    },
+  { "sp_murphy.collecting.right.ypos",         "0"                     },
+  { "sp_murphy.collecting.right.frames",       "3"                     },
+  { "sp_murphy.collecting.right.anim_mode",    "pingpong"              },
+  { "sp_murphy.collecting.right.delay",                "2"                     },
   { "sp_murphy.pushing.left",                  "RocksSP.pcx"           },
   { "sp_murphy.pushing.left.xpos",             "11"                    },
   { "sp_murphy.pushing.left.ypos",             "1"                     },
@@ -3342,8 +3354,8 @@ struct ConfigInfo image_config[] =
   { "background.SETUP",                                UNDEFINED_FILENAME      },
   { "background.DOOR",                         UNDEFINED_FILENAME      },
 
-  /* the following directives are not associated with an image,
-     but make sense to be defined in "graphicsinfo.conf", too */
+  /* the following directives are not associated with an image, but
+     probably make sense to be defined in "graphicsinfo.conf", too */
 
   { "global.num_toons",                                "20"                    },
 
@@ -3351,6 +3363,16 @@ struct ConfigInfo image_config[] =
   { "menu.draw_yoffset",                       "0"                     },
   { "menu.draw_xoffset.MAIN",                  "0"                     },
   { "menu.draw_yoffset.MAIN",                  "0"                     },
+  { "menu.draw_xoffset.LEVELS",                        "0"                     },
+  { "menu.draw_yoffset.LEVELS",                        "0"                     },
+  { "menu.draw_xoffset.SCORES",                        "0"                     },
+  { "menu.draw_yoffset.SCORES",                        "0"                     },
+  { "menu.draw_xoffset.EDITOR",                        "0"                     },
+  { "menu.draw_yoffset.EDITOR",                        "0"                     },
+  { "menu.draw_xoffset.INFO",                  "0"                     },
+  { "menu.draw_yoffset.INFO",                  "0"                     },
+  { "menu.draw_xoffset.SETUP",                 "0"                     },
+  { "menu.draw_yoffset.SETUP",                 "0"                     },
 
   { "door.step_offset",                                "2"                     },
   { "door.step_delay",                         "10"                    },