rnd-20030509-1-src
[rocksndiamonds.git] / src / conf_gfx.c
index 7b341da39044cfc0902fe3402857210219b3cc72..0c98764c8336ab3b8b1b7b1717b8f37cad5a675d 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"                     },
@@ -947,7 +959,7 @@ struct ConfigInfo image_config[] =
   { "amoeba.shrinking.ypos",                   "6"                     },
   { "amoeba.shrinking.frames",                 "3"                     },
   { "amoeba.shrinking.delay",                  "2"                     },
-  { "amoeba.shrinking.anim_mode",              "loop,linear,reverse"   },
+  { "amoeba.shrinking.anim_mode",              "linear,reverse"        },
   { "amoeba_wet",                              "RocksElements.pcx"     },
   { "amoeba_wet.xpos",                         "8"                     },
   { "amoeba_wet.ypos",                         "6"                     },
@@ -3333,6 +3345,10 @@ struct ConfigInfo image_config[] =
   { "editor.element_border.xpos",              "0"                     },
   { "editor.element_border.ypos",              "0"                     },
 
+  { "editor.element_border_input",             "RocksElements.pcx"     },
+  { "editor.element_border_input.xpos",                "0"                     },
+  { "editor.element_border_input.ypos",                "0"                     },
+
   { "background",                              UNDEFINED_FILENAME      },
   { "background.MAIN",                         UNDEFINED_FILENAME      },
   { "background.LEVELS",                       UNDEFINED_FILENAME      },