rnd-20021215-1-src
[rocksndiamonds.git] / src / conf_gfx.c
index 5fedea5a08b5ea570facf924e3420598ac1e8bdb..8b43852ea25a14a916a8f81281432da8a3e4b50e 100644 (file)
@@ -830,6 +830,7 @@ struct ConfigInfo image_config[] =
   { "amoeba.creating.frames",                  "3"                     },
   { "amoeba.creating.delay",                   "2"                     },
   { "amoeba.creating.mode_linear",             "1"                     },
+  { "amoeba.creating.global_sync",             "0"                     },
   { "amoeba.shrinking",                                "RocksElements.pcx"     },
   { "amoeba.shrinking.xpos",                   "5"                     },
   { "amoeba.shrinking.ypos",                   "6"                     },
@@ -837,6 +838,7 @@ struct ConfigInfo image_config[] =
   { "amoeba.shrinking.delay",                  "2"                     },
   { "amoeba.shrinking.mode_linear",            "1"                     },
   { "amoeba.shrinking.mode_reverse",           "1"                     },
+  { "amoeba.shrinking.global_sync",            "0"                     },
   { "amoeba_wet",                              "RocksElements.pcx"     },
   { "amoeba_wet.xpos",                         "8"                     },
   { "amoeba_wet.ypos",                         "6"                     },
@@ -1015,7 +1017,7 @@ struct ConfigInfo image_config[] =
   { "balloon_send_down.ypos",                  "7"                     },
   { "balloon_send_down.frames",                        "1"                     },
   { "balloon_send_any_direction",              "RocksDC.pcx"           },
-  { "balloon_send_any_direction.xpos",         "7"                     },
+  { "balloon_send_any_direction.xpos",         "15"                    },
   { "balloon_send_any_direction.ypos",         "0"                     },
   { "balloon_send_any_direction.frames",       "1"                     },
 
@@ -1663,24 +1665,28 @@ struct ConfigInfo image_config[] =
   { "wall_growing_active_left.ypos",           "10"                    },
   { "wall_growing_active_left.frames",         "3"                     },
   { "wall_growing_active_left.delay",          "6"                     },
+  { "wall_growing_active_left.mode_linear",    "1"                     },
   { "wall_growing_active_left.global_sync",    "0"                     },
   { "wall_growing_active_right",               "RocksElements.pcx"     },
   { "wall_growing_active_right.xpos",          "5"                     },
   { "wall_growing_active_right.ypos",          "10"                    },
   { "wall_growing_active_right.frames",                "3"                     },
   { "wall_growing_active_right.delay",         "6"                     },
+  { "wall_growing_active_right.mode_linear",   "1"                     },
   { "wall_growing_active_right.global_sync",   "0"                     },
   { "wall_growing_active_up",                  "RocksHeroes.pcx"       },
   { "wall_growing_active_up.xpos",             "3"                     },
   { "wall_growing_active_up.ypos",             "12"                    },
   { "wall_growing_active_up.frames",           "3"                     },
   { "wall_growing_active_up.delay",            "6"                     },
+  { "wall_growing_active_up.mode_linear",      "1"                     },
   { "wall_growing_active_up.global_sync",      "0"                     },
   { "wall_growing_active_down",                        "RocksHeroes.pcx"       },
   { "wall_growing_active_down.xpos",           "0"                     },
   { "wall_growing_active_down.ypos",           "12"                    },
   { "wall_growing_active_down.frames",         "3"                     },
   { "wall_growing_active_down.delay",          "6"                     },
+  { "wall_growing_active_down.mode_linear",    "1"                     },
   { "wall_growing_active_down.global_sync",    "0"                     },
 
   { "black_orb",                               "RocksElements.pcx"     },
@@ -2550,6 +2556,32 @@ struct ConfigInfo image_config[] =
   { "menu.font_medium",                                "RocksFontMedium.pcx"   },
   { "menu.font_em",                            "RocksFontEM.pcx"       },
 
+  { "info.font_em_1",                          "RocksFontEM.pcx"       },
+  { "info.font_em_1.xpos",                     "0"                     },
+  { "info.font_em_1.ypos",                     "0"                     },
+  { "info.font_em_1.frames",                   "16"                    },
+  { "info.font_em_1.delay",                    "10"                    },
+  { "info.font_em_2",                          "RocksFontEM.pcx"       },
+  { "info.font_em_2.xpos",                     "0"                     },
+  { "info.font_em_2.ypos",                     "1"                     },
+  { "info.font_em_2.frames",                   "16"                    },
+  { "info.font_em_2.delay",                    "10"                    },
+  { "info.font_em_3",                          "RocksFontEM.pcx"       },
+  { "info.font_em_3.xpos",                     "0"                     },
+  { "info.font_em_3.ypos",                     "2"                     },
+  { "info.font_em_3.frames",                   "16"                    },
+  { "info.font_em_3.delay",                    "10"                    },
+  { "info.font_em_4",                          "RocksFontEM.pcx"       },
+  { "info.font_em_4.xpos",                     "0"                     },
+  { "info.font_em_4.ypos",                     "3"                     },
+  { "info.font_em_4.frames",                   "16"                    },
+  { "info.font_em_4.delay",                    "10"                    },
+  { "info.font_em_5",                          "RocksFontEM.pcx"       },
+  { "info.font_em_5.xpos",                     "0"                     },
+  { "info.font_em_5.ypos",                     "4"                     },
+  { "info.font_em_5.frames",                   "4"                     },
+  { "info.font_em_5.delay",                    "10"                    },
+
   { "old.pix_elements",                                "RocksElements.pcx"     },
   { "old.pix_heroes",                          "RocksHeroes.pcx"       },
   { "old.pix_sp",                              "RocksSP.pcx"           },