rnd-20040320-2-src
[rocksndiamonds.git] / src / conf_gfx.c
index c71d89e4159c4705f4a5b3d0ad07844458f16f1f..db8957cc099200b549f8cce571bbd2c6ec0078ee 100644 (file)
@@ -436,21 +436,33 @@ struct ConfigInfo image_config[] =
   { "sp_port_any.ypos",                                "2"                     },
   { "sp_port_any.frames",                      "1"                     },
   { "sp_gravity_port_right",                   "RocksSP.pcx"           },
-  { "sp_gravity_port_right.xpos",              "5"                     },
+  { "sp_gravity_port_right.xpos",              "1"                     },
   { "sp_gravity_port_right.ypos",              "1"                     },
   { "sp_gravity_port_right.frames",            "1"                     },
+  { "sp_gravity_port_right.EDITOR",            "RocksSP.pcx"           },
+  { "sp_gravity_port_right.EDITOR.xpos",       "5"                     },
+  { "sp_gravity_port_right.EDITOR.ypos",       "1"                     },
   { "sp_gravity_port_down",                    "RocksSP.pcx"           },
-  { "sp_gravity_port_down.xpos",               "6"                     },
+  { "sp_gravity_port_down.xpos",               "2"                     },
   { "sp_gravity_port_down.ypos",               "1"                     },
   { "sp_gravity_port_down.frames",             "1"                     },
+  { "sp_gravity_port_down.EDITOR",             "RocksSP.pcx"           },
+  { "sp_gravity_port_down.EDITOR.xpos",                "6"                     },
+  { "sp_gravity_port_down.EDITOR.ypos",                "1"                     },
   { "sp_gravity_port_left",                    "RocksSP.pcx"           },
-  { "sp_gravity_port_left.xpos",               "7"                     },
+  { "sp_gravity_port_left.xpos",               "3"                     },
   { "sp_gravity_port_left.ypos",               "1"                     },
   { "sp_gravity_port_left.frames",             "1"                     },
+  { "sp_gravity_port_left.EDITOR",             "RocksSP.pcx"           },
+  { "sp_gravity_port_left.EDITOR.xpos",                "7"                     },
+  { "sp_gravity_port_left.EDITOR.ypos",                "1"                     },
   { "sp_gravity_port_up",                      "RocksSP.pcx"           },
-  { "sp_gravity_port_up.xpos",                 "0"                     },
-  { "sp_gravity_port_up.ypos",                 "2"                     },
+  { "sp_gravity_port_up.xpos",                 "4"                     },
+  { "sp_gravity_port_up.ypos",                 "1"                     },
   { "sp_gravity_port_up.frames",               "1"                     },
+  { "sp_gravity_port_up.EDITOR",               "RocksSP.pcx"           },
+  { "sp_gravity_port_up.EDITOR.xpos",          "0"                     },
+  { "sp_gravity_port_up.EDITOR.ypos",          "2"                     },
 
   { "sp_sniksnak",                             "RocksSP.pcx"           },
   { "sp_sniksnak.xpos",                                "1"                     },
@@ -537,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"                    },
@@ -624,6 +637,14 @@ struct ConfigInfo image_config[] =
   { "sokoban_field_full.ypos",                 "7"                     },
   { "sokoban_field_full.frames",               "1"                     },
 
+  { "sokoban_field_player",                    "RocksHeroes.pcx"       },
+  { "sokoban_field_player.xpos",               "0"                     },
+  { "sokoban_field_player.ypos",               "15"                    },
+  { "sokoban_field_player.frames",             "1"                     },
+  { "sokoban_field_player.EDITOR",             "RocksHeroes.pcx"       },
+  { "sokoban_field_player.EDITOR.xpos",                "1"                     },
+  { "sokoban_field_player.EDITOR.ypos",                "15"                    },
+
   /* images for Emerald Mine style elements and actions */
 
   { "empty_space",                             "RocksSP.pcx"           },
@@ -3124,6 +3145,21 @@ struct ConfigInfo image_config[] =
   { "arrow_down.ypos",                         "8"                     },
   { "arrow_down.frames",                       "1"                     },
 
+  { "unknown",                                 "RocksFontEM.pcx"       },
+  { "unknown.xpos",                            "15"                    },
+  { "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"                     },
+
 #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 */