rnd-20060816-2-src
[rocksndiamonds.git] / src / conf_gfx.c
index cadc803a3b78744b93515ef33597c512fa7571b6..3a5a7a8685af028ba03e4d0a378bd22c80319688 100644 (file)
@@ -59,6 +59,7 @@ struct ConfigTypeInfo image_config_suffix[] =
   { ".post_delay_random",              ARG_UNDEFINED,  TYPE_INTEGER    },
   { ".name",                           ARG_UNDEFINED,  TYPE_STRING     },
   { ".scale_up_factor",                        ARG_UNDEFINED,  TYPE_INTEGER    },
+  { ".clone_from",                     ARG_UNDEFINED,  TYPE_TOKEN      },
 
   { NULL,                              NULL,           0               }
 };
@@ -309,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"                     },
@@ -374,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"                     },
@@ -387,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"                     },
@@ -465,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"                     },
@@ -947,6 +990,20 @@ struct ConfigInfo image_config[] =
   { "dynamite.active.EDITOR.xpos",             "1"                     },
   { "dynamite.active.EDITOR.ypos",             "14"                    },
 
+  { "em_dynamite",                             "RocksEMC.pcx"          },
+  { "em_dynamite.xpos",                                "0"                     },
+  { "em_dynamite.ypos",                                "15"                    },
+  { "em_dynamite.frames",                      "1"                     },
+  { "em_dynamite.active",                      "RocksEMC.pcx"          },
+  { "em_dynamite.active.xpos",                 "1"                     },
+  { "em_dynamite.active.ypos",                 "15"                    },
+  { "em_dynamite.active.frames",               "4"                     },
+  { "em_dynamite.active.delay",                        "8"                     },
+  { "em_dynamite.active.anim_mode",            "linear"                },
+  { "em_dynamite.active.EDITOR",               "RocksEMC.pcx"          },
+  { "em_dynamite.active.EDITOR.xpos",          "2"                     },
+  { "em_dynamite.active.EDITOR.ypos",          "15"                    },
+
   { "wall_emerald",                            "RocksElements.pcx"     },
   { "wall_emerald.xpos",                       "4"                     },
   { "wall_emerald.ypos",                       "8"                     },
@@ -1150,6 +1207,38 @@ struct ConfigInfo image_config[] =
   { "yamyam.ypos",                             "5"                     },
   { "yamyam.frames",                           "4"                     },
   { "yamyam.anim_mode",                                "pingpong2"             },
+  { "yamyam.left",                             "RocksElements.pcx"     },
+  { "yamyam.left.xpos",                                "0"                     },
+  { "yamyam.left.ypos",                                "5"                     },
+  { "yamyam.left.frames",                      "4"                     },
+  { "yamyam.left.anim_mode",                   "pingpong2"             },
+  { "yamyam.left.EDITOR",                      "RocksEMC.pcx"          },
+  { "yamyam.left.EDITOR.xpos",                 "7"                     },
+  { "yamyam.left.EDITOR.ypos",                 "15"                    },
+  { "yamyam.right",                            "RocksElements.pcx"     },
+  { "yamyam.right.xpos",                       "0"                     },
+  { "yamyam.right.ypos",                       "5"                     },
+  { "yamyam.right.frames",                     "4"                     },
+  { "yamyam.right.anim_mode",                  "pingpong2"             },
+  { "yamyam.right.EDITOR",                     "RocksEMC.pcx"          },
+  { "yamyam.right.EDITOR.xpos",                        "8"                     },
+  { "yamyam.right.EDITOR.ypos",                        "15"                    },
+  { "yamyam.up",                               "RocksElements.pcx"     },
+  { "yamyam.up.xpos",                          "0"                     },
+  { "yamyam.up.ypos",                          "5"                     },
+  { "yamyam.up.frames",                                "4"                     },
+  { "yamyam.up.anim_mode",                     "pingpong2"             },
+  { "yamyam.up.EDITOR",                                "RocksEMC.pcx"          },
+  { "yamyam.up.EDITOR.xpos",                   "5"                     },
+  { "yamyam.up.EDITOR.ypos",                   "15"                    },
+  { "yamyam.down",                             "RocksElements.pcx"     },
+  { "yamyam.down.xpos",                                "0"                     },
+  { "yamyam.down.ypos",                                "5"                     },
+  { "yamyam.down.frames",                      "4"                     },
+  { "yamyam.down.anim_mode",                   "pingpong2"             },
+  { "yamyam.down.EDITOR",                      "RocksEMC.pcx"          },
+  { "yamyam.down.EDITOR.xpos",                 "6"                     },
+  { "yamyam.down.EDITOR.ypos",                 "15"                    },
   { "yamyam.moving",                           "RocksElements.pcx"     },
   { "yamyam.moving.xpos",                      "0"                     },
   { "yamyam.moving.ypos",                      "5"                     },
@@ -1368,6 +1457,10 @@ struct ConfigInfo image_config[] =
   { "em_gate_1_gray.EDITOR",                   "RocksSP.pcx"           },
   { "em_gate_1_gray.EDITOR.xpos",              "12"                    },
   { "em_gate_1_gray.EDITOR.ypos",              "11"                    },
+  { "em_gate_1_gray.active",                   "RocksSP.pcx"           },
+  { "em_gate_1_gray.active.xpos",              "0"                     },
+  { "em_gate_1_gray.active.ypos",              "7"                     },
+  { "em_gate_1_gray.active.frames",            "1"                     },
   { "em_gate_2_gray",                          "RocksSP.pcx"           },
   { "em_gate_2_gray.xpos",                     "5"                     },
   { "em_gate_2_gray.ypos",                     "7"                     },
@@ -1375,6 +1468,10 @@ struct ConfigInfo image_config[] =
   { "em_gate_2_gray.EDITOR",                   "RocksSP.pcx"           },
   { "em_gate_2_gray.EDITOR.xpos",              "13"                    },
   { "em_gate_2_gray.EDITOR.ypos",              "11"                    },
+  { "em_gate_2_gray.active",                   "RocksSP.pcx"           },
+  { "em_gate_2_gray.active.xpos",              "1"                     },
+  { "em_gate_2_gray.active.ypos",              "7"                     },
+  { "em_gate_2_gray.active.frames",            "1"                     },
   { "em_gate_3_gray",                          "RocksSP.pcx"           },
   { "em_gate_3_gray.xpos",                     "6"                     },
   { "em_gate_3_gray.ypos",                     "7"                     },
@@ -1382,6 +1479,10 @@ struct ConfigInfo image_config[] =
   { "em_gate_3_gray.EDITOR",                   "RocksSP.pcx"           },
   { "em_gate_3_gray.EDITOR.xpos",              "14"                    },
   { "em_gate_3_gray.EDITOR.ypos",              "11"                    },
+  { "em_gate_3_gray.active",                   "RocksSP.pcx"           },
+  { "em_gate_3_gray.active.xpos",              "2"                     },
+  { "em_gate_3_gray.active.ypos",              "7"                     },
+  { "em_gate_3_gray.active.frames",            "1"                     },
   { "em_gate_4_gray",                          "RocksSP.pcx"           },
   { "em_gate_4_gray.xpos",                     "7"                     },
   { "em_gate_4_gray.ypos",                     "7"                     },
@@ -1389,6 +1490,10 @@ struct ConfigInfo image_config[] =
   { "em_gate_4_gray.EDITOR",                   "RocksSP.pcx"           },
   { "em_gate_4_gray.EDITOR.xpos",              "15"                    },
   { "em_gate_4_gray.EDITOR.ypos",              "11"                    },
+  { "em_gate_4_gray.active",                   "RocksSP.pcx"           },
+  { "em_gate_4_gray.active.xpos",              "3"                     },
+  { "em_gate_4_gray.active.ypos",              "7"                     },
+  { "em_gate_4_gray.active.frames",            "1"                     },
 
   { "exit_closed",                             "RocksElements.pcx"     },
   { "exit_closed.xpos",                                "0"                     },
@@ -2076,6 +2181,10 @@ struct ConfigInfo image_config[] =
   { "gate_1_gray.EDITOR",                      "RocksElements.pcx"     },
   { "gate_1_gray.EDITOR.xpos",                 "8"                     },
   { "gate_1_gray.EDITOR.ypos",                 "14"                    },
+  { "gate_1_gray.active",                      "RocksElements.pcx"     },
+  { "gate_1_gray.active.xpos",                 "4"                     },
+  { "gate_1_gray.active.ypos",                 "2"                     },
+  { "gate_1_gray.active.frames",               "1"                     },
   { "gate_2_gray",                             "RocksElements.pcx"     },
   { "gate_2_gray.xpos",                                "9"                     },
   { "gate_2_gray.ypos",                                "2"                     },
@@ -2083,6 +2192,10 @@ struct ConfigInfo image_config[] =
   { "gate_2_gray.EDITOR",                      "RocksElements.pcx"     },
   { "gate_2_gray.EDITOR.xpos",                 "9"                     },
   { "gate_2_gray.EDITOR.ypos",                 "14"                    },
+  { "gate_2_gray.active",                      "RocksElements.pcx"     },
+  { "gate_2_gray.active.xpos",                 "5"                     },
+  { "gate_2_gray.active.ypos",                 "2"                     },
+  { "gate_2_gray.active.frames",               "1"                     },
   { "gate_3_gray",                             "RocksElements.pcx"     },
   { "gate_3_gray.xpos",                                "10"                    },
   { "gate_3_gray.ypos",                                "2"                     },
@@ -2090,6 +2203,10 @@ struct ConfigInfo image_config[] =
   { "gate_3_gray.EDITOR",                      "RocksElements.pcx"     },
   { "gate_3_gray.EDITOR.xpos",                 "10"                    },
   { "gate_3_gray.EDITOR.ypos",                 "14"                    },
+  { "gate_3_gray.active",                      "RocksElements.pcx"     },
+  { "gate_3_gray.active.xpos",                 "6"                     },
+  { "gate_3_gray.active.ypos",                 "2"                     },
+  { "gate_3_gray.active.frames",               "1"                     },
   { "gate_4_gray",                             "RocksElements.pcx"     },
   { "gate_4_gray.xpos",                                "11"                    },
   { "gate_4_gray.ypos",                                "2"                     },
@@ -2097,6 +2214,10 @@ struct ConfigInfo image_config[] =
   { "gate_4_gray.EDITOR",                      "RocksElements.pcx"     },
   { "gate_4_gray.EDITOR.xpos",                 "11"                    },
   { "gate_4_gray.EDITOR.ypos",                 "14"                    },
+  { "gate_4_gray.active",                      "RocksElements.pcx"     },
+  { "gate_4_gray.active.xpos",                 "7"                     },
+  { "gate_4_gray.active.ypos",                 "2"                     },
+  { "gate_4_gray.active.frames",               "1"                     },
 
   { "game_of_life",                            "RocksElements.pcx"     },
   { "game_of_life.xpos",                       "8"                     },
@@ -2260,6 +2381,14 @@ struct ConfigInfo image_config[] =
   { "expandable_wall_any.EDITOR.xpos",         "12"                    },
   { "expandable_wall_any.EDITOR.ypos",         "13"                    },
 
+  { "bd_expandable_wall",                      "RocksElements.pcx"     },
+  { "bd_expandable_wall.xpos",                 "5"                     },
+  { "bd_expandable_wall.ypos",                 "9"                     },
+  { "bd_expandable_wall.frames",               "1"                     },
+  { "bd_expandable_wall.EDITOR",               "RocksDC.pcx"           },
+  { "bd_expandable_wall.EDITOR.xpos",          "15"                    },
+  { "bd_expandable_wall.EDITOR.ypos",          "15"                    },
+
   { "expandable_wall.growing.left",            "RocksElements.pcx"     },
   { "expandable_wall.growing.left.xpos",       "8"                     },
   { "expandable_wall.growing.left.ypos",       "10"                    },
@@ -3335,6 +3464,116 @@ struct ConfigInfo image_config[] =
   { "trigger_player.ypos",                     "13"                    },
   { "trigger_player.frames",                   "1"                     },
 
+  { "trigger_ce_value",                                "RocksDC.pcx"           },
+  { "trigger_ce_value.xpos",                   "15"                    },
+  { "trigger_ce_value.ypos",                   "11"                    },
+  { "trigger_ce_value.frames",                 "1"                     },
+
+  { "trigger_ce_score",                                "RocksDC.pcx"           },
+  { "trigger_ce_score.xpos",                   "15"                    },
+  { "trigger_ce_score.ypos",                   "12"                    },
+  { "trigger_ce_score.frames",                 "1"                     },
+
+  { "current_ce_value",                                "RocksDC.pcx"           },
+  { "current_ce_value.xpos",                   "14"                    },
+  { "current_ce_value.ypos",                   "11"                    },
+  { "current_ce_value.frames",                 "1"                     },
+
+  { "current_ce_score",                                "RocksDC.pcx"           },
+  { "current_ce_score.xpos",                   "14"                    },
+  { "current_ce_score.ypos",                   "12"                    },
+  { "current_ce_score.frames",                 "1"                     },
+
+  { "last_ce_1",                               "RocksMore.pcx"         },
+  { "last_ce_1.xpos",                          "0"                     },
+  { "last_ce_1.ypos",                          "7"                     },
+  { "last_ce_1.frames",                                "1"                     },
+
+  { "last_ce_2",                               "RocksMore.pcx"         },
+  { "last_ce_2.xpos",                          "1"                     },
+  { "last_ce_2.ypos",                          "7"                     },
+  { "last_ce_2.frames",                                "1"                     },
+
+  { "last_ce_3",                               "RocksMore.pcx"         },
+  { "last_ce_3.xpos",                          "2"                     },
+  { "last_ce_3.ypos",                          "7"                     },
+  { "last_ce_3.frames",                                "1"                     },
+
+  { "last_ce_4",                               "RocksMore.pcx"         },
+  { "last_ce_4.xpos",                          "3"                     },
+  { "last_ce_4.ypos",                          "7"                     },
+  { "last_ce_4.frames",                                "1"                     },
+
+  { "last_ce_5",                               "RocksMore.pcx"         },
+  { "last_ce_5.xpos",                          "4"                     },
+  { "last_ce_5.ypos",                          "7"                     },
+  { "last_ce_5.frames",                                "1"                     },
+
+  { "last_ce_6",                               "RocksMore.pcx"         },
+  { "last_ce_6.xpos",                          "5"                     },
+  { "last_ce_6.ypos",                          "7"                     },
+  { "last_ce_6.frames",                                "1"                     },
+
+  { "last_ce_7",                               "RocksMore.pcx"         },
+  { "last_ce_7.xpos",                          "6"                     },
+  { "last_ce_7.ypos",                          "7"                     },
+  { "last_ce_7.frames",                                "1"                     },
+
+  { "last_ce_8",                               "RocksMore.pcx"         },
+  { "last_ce_8.xpos",                          "7"                     },
+  { "last_ce_8.ypos",                          "7"                     },
+  { "last_ce_8.frames",                                "1"                     },
+
+  { "next_ce_1",                               "RocksMore.pcx"         },
+  { "next_ce_1.xpos",                          "0"                     },
+  { "next_ce_1.ypos",                          "8"                     },
+  { "next_ce_1.frames",                                "1"                     },
+
+  { "next_ce_2",                               "RocksMore.pcx"         },
+  { "next_ce_2.xpos",                          "1"                     },
+  { "next_ce_2.ypos",                          "8"                     },
+  { "next_ce_2.frames",                                "1"                     },
+
+  { "next_ce_3",                               "RocksMore.pcx"         },
+  { "next_ce_3.xpos",                          "2"                     },
+  { "next_ce_3.ypos",                          "8"                     },
+  { "next_ce_3.frames",                                "1"                     },
+
+  { "next_ce_4",                               "RocksMore.pcx"         },
+  { "next_ce_4.xpos",                          "3"                     },
+  { "next_ce_4.ypos",                          "8"                     },
+  { "next_ce_4.frames",                                "1"                     },
+
+  { "next_ce_5",                               "RocksMore.pcx"         },
+  { "next_ce_5.xpos",                          "4"                     },
+  { "next_ce_5.ypos",                          "8"                     },
+  { "next_ce_5.frames",                                "1"                     },
+
+  { "next_ce_6",                               "RocksMore.pcx"         },
+  { "next_ce_6.xpos",                          "5"                     },
+  { "next_ce_6.ypos",                          "8"                     },
+  { "next_ce_6.frames",                                "1"                     },
+
+  { "next_ce_7",                               "RocksMore.pcx"         },
+  { "next_ce_7.xpos",                          "6"                     },
+  { "next_ce_7.ypos",                          "8"                     },
+  { "next_ce_7.frames",                                "1"                     },
+
+  { "next_ce_8",                               "RocksMore.pcx"         },
+  { "next_ce_8.xpos",                          "7"                     },
+  { "next_ce_8.ypos",                          "8"                     },
+  { "next_ce_8.frames",                                "1"                     },
+
+  { "self",                                    "RocksMore.pcx"         },
+  { "self.xpos",                               "8"                     },
+  { "self.ypos",                               "7"                     },
+  { "self.frames",                             "1"                     },
+
+  { "any_element",                             "RocksMore.pcx"         },
+  { "any_element.xpos",                                "9"                     },
+  { "any_element.ypos",                                "7"                     },
+  { "any_element.frames",                      "1"                     },
+
   { "emc_key_5",                               "RocksEMC.pcx"          },
   { "emc_key_5.xpos",                          "0"                     },
   { "emc_key_5.ypos",                          "5"                     },
@@ -3356,6 +3595,18 @@ struct ConfigInfo image_config[] =
   { "emc_gate_5.xpos",                         "0"                     },
   { "emc_gate_5.ypos",                         "6"                     },
   { "emc_gate_5.frames",                       "1"                     },
+  { "emc_gate_6",                              "RocksEMC.pcx"          },
+  { "emc_gate_6.xpos",                         "1"                     },
+  { "emc_gate_6.ypos",                         "6"                     },
+  { "emc_gate_6.frames",                       "1"                     },
+  { "emc_gate_7",                              "RocksEMC.pcx"          },
+  { "emc_gate_7.xpos",                         "2"                     },
+  { "emc_gate_7.ypos",                         "6"                     },
+  { "emc_gate_7.frames",                       "1"                     },
+  { "emc_gate_8",                              "RocksEMC.pcx"          },
+  { "emc_gate_8.xpos",                         "3"                     },
+  { "emc_gate_8.ypos",                         "6"                     },
+  { "emc_gate_8.frames",                       "1"                     },
   { "emc_gate_5_gray",                         "RocksEMC.pcx"          },
   { "emc_gate_5_gray.xpos",                    "4"                     },
   { "emc_gate_5_gray.ypos",                    "7"                     },
@@ -3363,10 +3614,10 @@ struct ConfigInfo image_config[] =
   { "emc_gate_5_gray.EDITOR",                  "RocksEMC.pcx"          },
   { "emc_gate_5_gray.EDITOR.xpos",             "0"                     },
   { "emc_gate_5_gray.EDITOR.ypos",             "7"                     },
-  { "emc_gate_6",                              "RocksEMC.pcx"          },
-  { "emc_gate_6.xpos",                         "1"                     },
-  { "emc_gate_6.ypos",                         "6"                     },
-  { "emc_gate_6.frames",                       "1"                     },
+  { "emc_gate_5_gray.active",                  "RocksEMC.pcx"          },
+  { "emc_gate_5_gray.active.xpos",             "0"                     },
+  { "emc_gate_5_gray.active.ypos",             "6"                     },
+  { "emc_gate_5_gray.active.frames",           "1"                     },
   { "emc_gate_6_gray",                         "RocksEMC.pcx"          },
   { "emc_gate_6_gray.xpos",                    "4"                     },
   { "emc_gate_6_gray.ypos",                    "7"                     },
@@ -3374,10 +3625,10 @@ struct ConfigInfo image_config[] =
   { "emc_gate_6_gray.EDITOR",                  "RocksEMC.pcx"          },
   { "emc_gate_6_gray.EDITOR.xpos",             "1"                     },
   { "emc_gate_6_gray.EDITOR.ypos",             "7"                     },
-  { "emc_gate_7",                              "RocksEMC.pcx"          },
-  { "emc_gate_7.xpos",                         "2"                     },
-  { "emc_gate_7.ypos",                         "6"                     },
-  { "emc_gate_7.frames",                       "1"                     },
+  { "emc_gate_6_gray.active",                  "RocksEMC.pcx"          },
+  { "emc_gate_6_gray.active.xpos",             "1"                     },
+  { "emc_gate_6_gray.active.ypos",             "6"                     },
+  { "emc_gate_6_gray.active.frames",           "1"                     },
   { "emc_gate_7_gray",                         "RocksEMC.pcx"          },
   { "emc_gate_7_gray.xpos",                    "4"                     },
   { "emc_gate_7_gray.ypos",                    "7"                     },
@@ -3385,10 +3636,10 @@ struct ConfigInfo image_config[] =
   { "emc_gate_7_gray.EDITOR",                  "RocksEMC.pcx"          },
   { "emc_gate_7_gray.EDITOR.xpos",             "2"                     },
   { "emc_gate_7_gray.EDITOR.ypos",             "7"                     },
-  { "emc_gate_8",                              "RocksEMC.pcx"          },
-  { "emc_gate_8.xpos",                         "3"                     },
-  { "emc_gate_8.ypos",                         "6"                     },
-  { "emc_gate_8.frames",                       "1"                     },
+  { "emc_gate_7_gray.active",                  "RocksEMC.pcx"          },
+  { "emc_gate_7_gray.active.xpos",             "2"                     },
+  { "emc_gate_7_gray.active.ypos",             "6"                     },
+  { "emc_gate_7_gray.active.frames",           "1"                     },
   { "emc_gate_8_gray",                         "RocksEMC.pcx"          },
   { "emc_gate_8_gray.xpos",                    "4"                     },
   { "emc_gate_8_gray.ypos",                    "7"                     },
@@ -3396,11 +3647,64 @@ struct ConfigInfo image_config[] =
   { "emc_gate_8_gray.EDITOR",                  "RocksEMC.pcx"          },
   { "emc_gate_8_gray.EDITOR.xpos",             "3"                     },
   { "emc_gate_8_gray.EDITOR.ypos",             "7"                     },
+  { "emc_gate_8_gray.active",                  "RocksEMC.pcx"          },
+  { "emc_gate_8_gray.active.xpos",             "3"                     },
+  { "emc_gate_8_gray.active.ypos",             "6"                     },
+  { "emc_gate_8_gray.active.frames",           "1"                     },
 
   { "emc_android",                             "RocksEMC.pcx"          },
   { "emc_android.xpos",                                "0"                     },
   { "emc_android.ypos",                                "8"                     },
   { "emc_android.frames",                      "8"                     },
+  { "emc_android.delay",                       "2"                     },
+
+  { "emc_android.shrinking.upleft",            "RocksEMC.pcx"          },
+  { "emc_android.shrinking.upleft.xpos",       "1"                     },
+  { "emc_android.shrinking.upleft.ypos",       "11"                    },
+  { "emc_android.shrinking.upleft.frames",     "8"                     },
+  { "emc_android.shrinking.upleft.anim_mode",  "linear"                },
+
+  { "emc_android.growing.downright",           "RocksEMC.pcx"          },
+  { "emc_android.growing.downright.xpos",      "0"                     },
+  { "emc_android.growing.downright.ypos",      "11"                    },
+  { "emc_android.growing.downright.frames",    "8"                     },
+  { "emc_android.growing.downright.anim_mode", "linear,reverse"        },
+
+  { "emc_android.shrinking.downleft",          "RocksEMC.pcx"          },
+  { "emc_android.shrinking.downleft.xpos",     "1"                     },
+  { "emc_android.shrinking.downleft.ypos",     "12"                    },
+  { "emc_android.shrinking.downleft.frames",   "8"                     },
+  { "emc_android.shrinking.downleft.anim_mode",        "linear"                },
+
+  { "emc_android.growing.upright",             "RocksEMC.pcx"          },
+  { "emc_android.growing.upright.xpos",                "0"                     },
+  { "emc_android.growing.upright.ypos",                "12"                    },
+  { "emc_android.growing.upright.frames",      "8"                     },
+  { "emc_android.growing.upright.anim_mode",   "linear,reverse"        },
+
+  { "emc_android.shrinking.upright",           "RocksEMC.pcx"          },
+  { "emc_android.shrinking.upright.xpos",      "1"                     },
+  { "emc_android.shrinking.upright.ypos",      "13"                    },
+  { "emc_android.shrinking.upright.frames",    "8"                     },
+  { "emc_android.shrinking.upright.anim_mode", "linear"                },
+
+  { "emc_android.growing.downleft",            "RocksEMC.pcx"          },
+  { "emc_android.growing.downleft.xpos",       "0"                     },
+  { "emc_android.growing.downleft.ypos",       "13"                    },
+  { "emc_android.growing.downleft.frames",     "8"                     },
+  { "emc_android.growing.downleft.anim_mode",  "linear,reverse"        },
+
+  { "emc_android.shrinking.downright",         "RocksEMC.pcx"          },
+  { "emc_android.shrinking.downright.xpos",    "1"                     },
+  { "emc_android.shrinking.downright.ypos",    "14"                    },
+  { "emc_android.shrinking.downright.frames",  "8"                     },
+  { "emc_android.shrinking.downright.anim_mode","linear"               },
+
+  { "emc_android.growing.upleft",              "RocksEMC.pcx"          },
+  { "emc_android.growing.upleft.xpos",         "0"                     },
+  { "emc_android.growing.upleft.ypos",         "14"                    },
+  { "emc_android.growing.upleft.frames",       "8"                     },
+  { "emc_android.growing.upleft.anim_mode",    "linear,reverse"        },
 
   { "emc_grass",                               "RocksEMC.pcx"          },
   { "emc_grass.xpos",                          "0"                     },
@@ -3463,18 +3767,21 @@ struct ConfigInfo image_config[] =
   { "emc_magic_ball.xpos",                     "0"                     },
   { "emc_magic_ball.ypos",                     "9"                     },
   { "emc_magic_ball.frames",                   "1"                     },
-
   { "emc_magic_ball.active",                   "RocksEMC.pcx"          },
   { "emc_magic_ball.active.xpos",              "0"                     },
   { "emc_magic_ball.active.ypos",              "9"                     },
   { "emc_magic_ball.active.frames",            "16"                    },
   { "emc_magic_ball.active.frames_per_line",   "8"                     },
+  { "emc_magic_ball.dropping",                 "RocksElements.pcx"     },
+  { "emc_magic_ball.dropping.xpos",            "0"                     },
+  { "emc_magic_ball.dropping.ypos",            "4"                     },
+  { "emc_magic_ball.dropping.frames",          "8"                     },
+  { "emc_magic_ball.dropping.anim_mode",       "linear"                },
 
   { "emc_magic_ball_switch",                   "RocksEMC.pcx"          },
   { "emc_magic_ball_switch.xpos",              "8"                     },
   { "emc_magic_ball_switch.ypos",              "10"                    },
   { "emc_magic_ball_switch.frames",            "1"                     },
-
   { "emc_magic_ball_switch.active",            "RocksEMC.pcx"          },
   { "emc_magic_ball_switch.active.xpos",       "8"                     },
   { "emc_magic_ball_switch.active.ypos",       "9"                     },
@@ -3576,6 +3883,10 @@ struct ConfigInfo image_config[] =
   { "emc_fake_grass.active.CRUMBLED.xpos",     "3"                     },
   { "emc_fake_grass.active.CRUMBLED.ypos",     "4"                     },
   { "emc_fake_grass.active.CRUMBLED.frames",   "1"                     },
+  { "emc_fake_grass.EDITOR",                   "RocksEMC.pcx"          },
+  { "emc_fake_grass.EDITOR.xpos",              "2"                     },
+  { "emc_fake_grass.EDITOR.ypos",              "4"                     },
+  { "emc_fake_grass.EDITOR.frames",            "1"                     },
 
   { "emc_fake_acid",                           "RocksElements.pcx"     },
   { "emc_fake_acid.xpos",                      "12"                    },
@@ -3606,13 +3917,13 @@ struct ConfigInfo image_config[] =
 #if 1
   /* !!! TEMPORARILY STORED HERE -- PROBABLY TO BE CHANGED !!! */
 
-  /* (for testing, change filename back to "emc_object dot pcx") */
+  /* (for testing, change filename back to "emc_objects dot pcx") */
   { "emc_object",                              "RocksEMC.pcx"          },
 #if 0
   { "emc_object.scale_up_factor",              "2"                     },
 #endif
 
-  /* (for testing, change filename back to "emc_sprite dot pcx") */
+  /* (for testing, change filename back to "emc_players dot pcx") */
   { "emc_sprite",                              "RocksEMC.pcx"          },
 #if 0
   { "emc_sprite.scale_up_factor",              "2"                     },
@@ -3861,21 +4172,22 @@ struct ConfigInfo image_config[] =
   { "menu.button_down.active.frames",          "1"                     },
 
   { "menu.button_enter_menu",                  "RocksDC.pcx"           },
-  { "menu.button_enter_menu.xpos",             "9"                     },
-  { "menu.button_enter_menu.ypos",             "8"                     },
-  { "menu.button_enter_menu.frames",           "1"                     },
+  { "menu.button_enter_menu.clone_from",       "menu.button_right"     },
   { "menu.button_enter_menu.active",           "RocksDC.pcx"           },
-  { "menu.button_enter_menu.active.xpos",      "9"                     },
-  { "menu.button_enter_menu.active.ypos",      "9"                     },
-  { "menu.button_enter_menu.active.frames",    "1"                     },
+  { "menu.button_enter_menu.active.clone_from",        "menu.button_right.active" },
   { "menu.button_leave_menu",                  "RocksDC.pcx"           },
-  { "menu.button_leave_menu.xpos",             "8"                     },
-  { "menu.button_leave_menu.ypos",             "8"                     },
-  { "menu.button_leave_menu.frames",           "1"                     },
+  { "menu.button_leave_menu.clone_from",       "menu.button_left"      },
   { "menu.button_leave_menu.active",           "RocksDC.pcx"           },
-  { "menu.button_leave_menu.active.xpos",      "8"                     },
-  { "menu.button_leave_menu.active.ypos",      "9"                     },
-  { "menu.button_leave_menu.active.frames",    "1"                     },
+  { "menu.button_leave_menu.active.clone_from",        "menu.button_left.active" },
+
+  { "menu.button_next_level",                  "RocksDC.pcx"           },
+  { "menu.button_next_level.clone_from",       "menu.button_right"     },
+  { "menu.button_next_level.active",           "RocksDC.pcx"           },
+  { "menu.button_next_level.active.clone_from",        "menu.button_right.active" },
+  { "menu.button_last_level",                  "RocksDC.pcx"           },
+  { "menu.button_last_level.clone_from",       "menu.button_left"      },
+  { "menu.button_last_level.active",           "RocksDC.pcx"           },
+  { "menu.button_last_level.active.clone_from",        "menu.button_left.active" },
 
   { "menu.scrollbar",                          "RocksDC.pcx"           },
   { "menu.scrollbar.xpos",                     "8"                     },
@@ -3912,11 +4224,6 @@ struct ConfigInfo image_config[] =
   { "font.title_1.y",                          "480"                   },
   { "font.title_1.width",                      "32"                    },
   { "font.title_1.height",                     "32"                    },
-  { "font.title_1.LEVELS",                     "RocksFontBig.pcx"      },
-  { "font.title_1.LEVELS.x",                   "0"                     },
-  { "font.title_1.LEVELS.y",                   "320"                   },
-  { "font.title_1.LEVELS.width",               "32"                    },
-  { "font.title_1.LEVELS.height",              "32"                    },
   { "font.title_2",                            "RocksFontSmall.pcx"    },
   { "font.title_2.x",                          "0"                     },
   { "font.title_2.y",                          "0"                     },
@@ -4142,6 +4449,15 @@ struct ConfigInfo image_config[] =
   { "editor.element_border_input.xpos",                "0"                     },
   { "editor.element_border_input.ypos",                "0"                     },
 
+  { "editor.cascade_list",                     "RocksDoor.pcx"         },
+  { "editor.cascade_list.x",                   "708"                   },
+  { "editor.cascade_list.y",                   "80"                    },
+  { "editor.cascade_list.frames",              "1"                     },
+  { "editor.cascade_list.active",              "RocksDoor.pcx"         },
+  { "editor.cascade_list.active.x",            "740"                   },
+  { "editor.cascade_list.active.y",            "80"                    },
+  { "editor.cascade_list.active.frames",       "1"                     },
+
   { "background.envelope_1",                   "RocksScreen.pcx"       },
   { "background.envelope_1.x",                 "0"                     },
   { "background.envelope_1.y",                 "0"                     },
@@ -4171,7 +4487,14 @@ struct ConfigInfo image_config[] =
   { "background.envelope_4.anim_mode",         "default"               },
   { "background.envelope_4.draw_masked",       "false"                 },
 
+  { "titlescreen_1",                           UNDEFINED_FILENAME      },
+  { "titlescreen_2",                           UNDEFINED_FILENAME      },
+  { "titlescreen_3",                           UNDEFINED_FILENAME      },
+  { "titlescreen_4",                           UNDEFINED_FILENAME      },
+  { "titlescreen_5",                           UNDEFINED_FILENAME      },
+
   { "background",                              UNDEFINED_FILENAME      },
+  { "background.TITLE",                                UNDEFINED_FILENAME      },
   { "background.MAIN",                         UNDEFINED_FILENAME      },
   { "background.LEVELS",                       UNDEFINED_FILENAME      },
   { "background.SCORES",                       UNDEFINED_FILENAME      },
@@ -4212,17 +4535,46 @@ struct ConfigInfo image_config[] =
   { "menu.list_size.SCORES",                   "-1"                    },
   { "menu.list_size.INFO",                     "-1"                    },
 
+  { "menu.fade_delay",                         "250"                   },
+  { "menu.post_delay",                         "125"                   },
+
+  { "door_1.width",                            "-1"                    },
+  { "door_1.height",                           "-1"                    },
   { "door_1.step_offset",                      "2"                     },
   { "door_1.step_delay",                       "10"                    },
   { "door_1.anim_mode",                                "default"               },
+
+  { "door_2.width",                            "-1"                    },
+  { "door_2.height",                           "-1"                    },
   { "door_2.step_offset",                      "2"                     },
   { "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"                    },
+  { "preview.x",                               "148"                   },
+  { "preview.y",                               "388"                   },
+  { "preview.xsize",                           "66"                    },
+  { "preview.ysize",                           "34"                    },
+  { "preview.tile_size",                       "4"                     },
+  { "preview.step_offset",                     "1"                     },
+  { "preview.step_delay",                      "50"                    },
+
+  { "game.panel.level.x",                      "37"                    },
+  { "game.panel.level.y",                      "20"                    },
+  { "game.panel.gems.x",                       "29"                    },
+  { "game.panel.gems.y",                       "54"                    },
+  { "game.panel.inventory.x",                  "29"                    },
+  { "game.panel.inventory.y",                  "89"                    },
+  { "game.panel.keys.x",                       "18"                    },
+  { "game.panel.keys.y",                       "123"                   },
+  { "game.panel.score.x",                      "15"                    },
+  { "game.panel.score.y",                      "159"                   },
+  { "game.panel.time.x",                       "29"                    },
+  { "game.panel.time.y",                       "194"                   },
+
+  { "[player].boring_delay_fixed",             "1000"                  },
+  { "[player].boring_delay_random",            "1000"                  },
+  { "[player].sleeping_delay_fixed",           "2000"                  },
+  { "[player].sleeping_delay_random",          "2000"                  },
 
   { NULL,                                      NULL                    }
 };