rnd-20060311-1-src
[rocksndiamonds.git] / src / conf_gfx.c
index e761863a8e8c9432728efbfc30ed4139be678ce9..6b60a7e2623a34073e77b23d382d609c188a8d7a 100644 (file)
@@ -310,6 +310,16 @@ struct ConfigInfo image_config[] =
   { "sp_base.xpos",                            "2"                     },
   { "sp_base.ypos",                            "0"                     },
   { "sp_base.frames",                          "1"                     },
+  { "sp_base.digging",                         "RocksSP.pcx"           },
+  { "sp_base.digging.xpos",                    "2"                     },
+  { "sp_base.digging.ypos",                    "0"                     },
+  { "sp_base.digging.frames",                  "1"                     },
+  { "sp_base.digging.anim_mode",               "opaque_player"         },
+  { "sp_base.snapping",                                "RocksSP.pcx"           },
+  { "sp_base.snapping.xpos",                   "8"                     },
+  { "sp_base.snapping.ypos",                   "2"                     },
+  { "sp_base.snapping.frames",                 "7"                     },
+  { "sp_base.snapping.anim_mode",              "linear"                },
 
   { "sp_murphy",                               "RocksSP.pcx"           },
   { "sp_murphy.xpos",                          "3"                     },
@@ -375,6 +385,32 @@ struct ConfigInfo image_config[] =
   { "sp_murphy.snapping.down.xpos",            "15"                    },
   { "sp_murphy.snapping.down.ypos",            "0"                     },
   { "sp_murphy.snapping.down.frames",          "1"                     },
+  { "sp_murphy.boring",                                "RocksSP.pcx"           },
+  { "sp_murphy.boring.xpos",                   "11"                    },
+  { "sp_murphy.boring.ypos",                   "12"                    },
+  { "sp_murphy.boring.frames",                 "1"                     },
+  { "sp_murphy.boring[1]",                     "RocksSP.pcx"           },
+  { "sp_murphy.boring[1].xpos",                        "0"                     },
+  { "sp_murphy.boring[1].ypos",                        "12"                    },
+  { "sp_murphy.boring[1].frames",              "12"                    },
+  { "sp_murphy.boring[1].delay",               "10"                    },
+  { "sp_murphy.boring[1].anim_mode",           "linear"                },
+  { "sp_murphy.boring[1].anim_delay_fixed",    "120"                   },
+  { "sp_murphy.boring[1].anim_delay_random",   "0"                     },
+  { "sp_murphy.boring[1].post_delay_fixed",    "500"                   },
+  { "sp_murphy.boring[1].post_delay_random",   "500"                   },
+  { "sp_murphy.sleeping.left",                 "RocksSP.pcx"           },
+  { "sp_murphy.sleeping.left.xpos",            "4"                     },
+  { "sp_murphy.sleeping.left.ypos",            "9"                     },
+  { "sp_murphy.sleeping.left.frames",          "3"                     },
+  { "sp_murphy.sleeping.left.delay",           "100"                   },
+  { "sp_murphy.sleeping.left.anim_mode",       "linear,reverse"        },
+  { "sp_murphy.sleeping.right",                        "RocksSP.pcx"           },
+  { "sp_murphy.sleeping.right.xpos",           "13"                    },
+  { "sp_murphy.sleeping.right.ypos",           "12"                    },
+  { "sp_murphy.sleeping.right.frames",         "3"                     },
+  { "sp_murphy.sleeping.right.delay",          "100"                   },
+  { "sp_murphy.sleeping.right.anim_mode",      "linear"                },
 
   { "sp_murphy_clone",                         "RocksSP.pcx"           },
   { "sp_murphy_clone.xpos",                    "3"                     },
@@ -388,6 +424,11 @@ struct ConfigInfo image_config[] =
   { "sp_infotron.EDITOR",                      "RocksSP.pcx"           },
   { "sp_infotron.EDITOR.xpos",                 "8"                     },
   { "sp_infotron.EDITOR.ypos",                 "11"                    },
+  { "sp_infotron.collecting",                  "RocksSP.pcx"           },
+  { "sp_infotron.collecting.xpos",             "8"                     },
+  { "sp_infotron.collecting.ypos",             "7"                     },
+  { "sp_infotron.collecting.frames",           "8"                     },
+  { "sp_infotron.collecting.anim_mode",                "linear"                },
 
   { "sp_chip_single",                          "RocksSP.pcx"           },
   { "sp_chip_single.xpos",                     "5"                     },
@@ -466,6 +507,7 @@ struct ConfigInfo image_config[] =
   { "sp_disk_red.collecting.xpos",             "8"                     },
   { "sp_disk_red.collecting.ypos",             "5"                     },
   { "sp_disk_red.collecting.frames",           "8"                     },
+  { "sp_disk_red.collecting.anim_mode",                "linear"                },
   { "sp_disk_red.active",                      "RocksSP.pcx"           },
   { "sp_disk_red.active.xpos",                 "4"                     },
   { "sp_disk_red.active.ypos",                 "2"                     },
@@ -4360,10 +4402,10 @@ struct ConfigInfo image_config[] =
   { "door_2.step_delay",                       "10"                    },
   { "door_2.anim_mode",                                "default"               },
 
-  { "[player].boring_delay_fixed",             "-1"                    },
-  { "[player].boring_delay_random",            "-1"                    },
-  { "[player].sleeping_delay_fixed",           "-1"                    },
-  { "[player].sleeping_delay_random",          "-1"                    },
+  { "[player].boring_delay_fixed",             "1000"                  },
+  { "[player].boring_delay_random",            "1000"                  },
+  { "[player].sleeping_delay_fixed",           "2000"                  },
+  { "[player].sleeping_delay_random",          "2000"                  },
 
   { NULL,                                      NULL                    }
 };