rnd-20040316-1-src
[rocksndiamonds.git] / src / conf_gfx.c
index c7afe9ea99c1010fbf0c13f4761d30f666190269..a7bc64e4193df59e804ed4214bbf5e9c07ccde0b 100644 (file)
@@ -549,7 +549,8 @@ struct ConfigInfo image_config[] =
   { "sp_electron.xpos",                                "8"                     },
   { "sp_electron.ypos",                                "10"                    },
   { "sp_electron.frames",                      "8"                     },
-  { "sp_electron.delay",                       "2"                     },
+  { "sp_electron.delay",                       "4"                     },
+  { "sp_electron.global_sync",                 "true"                  },
   { "sp_electron.EDITOR",                      "RocksSP.pcx"           },
   { "sp_electron.EDITOR.xpos",                 "10"                    },
   { "sp_electron.EDITOR.ypos",                 "11"                    },
@@ -3149,6 +3150,32 @@ struct ConfigInfo image_config[] =
   { "unknown.ypos",                            "1"                     },
   { "unknown.frames",                          "1"                     },
 
+  { "trigger_element",                         "RocksDC.pcx"           },
+  { "trigger_element.xpos",                    "15"                    },
+  { "trigger_element.ypos",                    "14"                    },
+  { "trigger_element.frames",                  "1"                     },
+
+  { "trigger_player",                          "RocksDC.pcx"           },
+  { "trigger_player.xpos",                     "15"                    },
+  { "trigger_player.ypos",                     "13"                    },
+  { "trigger_player.frames",                   "1"                     },
+
+  { "internal_clipboard_custom",               "RocksElements.pcx"     },
+  { "internal_clipboard_custom.xpos",          "7"                     },
+  { "internal_clipboard_custom.ypos",          "9"                     },
+  { "internal_clipboard_custom.frames",                "1"                     },
+  { "internal_clipboard_custom.EDITOR",                "RocksElements.pcx"     },
+  { "internal_clipboard_custom.EDITOR.xpos",   "15"                    },
+  { "internal_clipboard_custom.EDITOR.ypos",   "13"                    },
+
+  { "internal_clipboard_group",                        "RocksDC.pcx"           },
+  { "internal_clipboard_group.xpos",           "4"                     },
+  { "internal_clipboard_group.ypos",           "15"                    },
+  { "internal_clipboard_group.frames",         "1"                     },
+  { "internal_clipboard_group.EDITOR",         "RocksDC.pcx"           },
+  { "internal_clipboard_group.EDITOR.xpos",    "14"                    },
+  { "internal_clipboard_group.EDITOR.ypos",    "15"                    },
+
 #include "conf_chr.c"  /* include auto-generated data structure definitions */
 #include "conf_cus.c"  /* include auto-generated data structure definitions */
 #include "conf_grp.c"  /* include auto-generated data structure definitions */