changed "random" default graphics animations to "random_static"
authorHolger Schemel <info@artsoft.org>
Wed, 24 Nov 2021 13:59:55 +0000 (14:59 +0100)
committerHolger Schemel <info@artsoft.org>
Sat, 22 Jan 2022 16:58:28 +0000 (17:58 +0100)
src/conf_gfx.c

index 96d500c1fc1fe80ad203d112ed77b4d33254ac02..a5b8aa86d8f8dda4cea4076c62a2eda5c3fa97cb 100644 (file)
@@ -200,8 +200,7 @@ struct ConfigInfo image_config[] =
   { "bd_amoeba.xpos",                          "8"                     },
   { "bd_amoeba.ypos",                          "6"                     },
   { "bd_amoeba.frames",                                "4"                     },
-  { "bd_amoeba.delay",                         "1000000"               },
-  { "bd_amoeba.anim_mode",                     "random"                },
+  { "bd_amoeba.anim_mode",                     "random_static"         },
   { "bd_amoeba.EDITOR",                                "RocksElements.png"     },
   { "bd_amoeba.EDITOR.xpos",                   "8"                     },
   { "bd_amoeba.EDITOR.ypos",                   "7"                     },
@@ -1495,8 +1494,7 @@ struct ConfigInfo image_config[] =
   { "amoeba_wet.xpos",                         "8"                     },
   { "amoeba_wet.ypos",                         "6"                     },
   { "amoeba_wet.frames",                       "4"                     },
-  { "amoeba_wet.delay",                                "1000000"               },
-  { "amoeba_wet.anim_mode",                    "random"                },
+  { "amoeba_wet.anim_mode",                    "random_static"         },
   { "amoeba_wet.EDITOR",                       "RocksElements.png"     },
   { "amoeba_wet.EDITOR.xpos",                  "4"                     },
   { "amoeba_wet.EDITOR.ypos",                  "6"                     },
@@ -1504,20 +1502,17 @@ struct ConfigInfo image_config[] =
   { "amoeba.dropping.xpos",                    "8"                     },
   { "amoeba.dropping.ypos",                    "6"                     },
   { "amoeba.dropping.frames",                  "4"                     },
-  { "amoeba.dropping.delay",                   "1000000"               },
-  { "amoeba.dropping.anim_mode",               "random"                },
+  { "amoeba.dropping.anim_mode",               "random_static"         },
   { "amoeba_dry",                              "RocksElements.png"     },
   { "amoeba_dry.xpos",                         "8"                     },
   { "amoeba_dry.ypos",                         "6"                     },
   { "amoeba_dry.frames",                       "4"                     },
-  { "amoeba_dry.delay",                                "1000000"               },
-  { "amoeba_dry.anim_mode",                    "random"                },
+  { "amoeba_dry.anim_mode",                    "random_static"         },
   { "amoeba_full",                             "RocksElements.png"     },
   { "amoeba_full.xpos",                                "8"                     },
   { "amoeba_full.ypos",                                "6"                     },
   { "amoeba_full.frames",                      "4"                     },
-  { "amoeba_full.delay",                       "1000000"               },
-  { "amoeba_full.anim_mode",                   "random"                },
+  { "amoeba_full.anim_mode",                   "random_static"         },
   { "amoeba_full.EDITOR",                      "RocksElements.png"     },
   { "amoeba_full.EDITOR.xpos",                 "8"                     },
   { "amoeba_full.EDITOR.ypos",                 "7"                     },
@@ -1525,8 +1520,7 @@ struct ConfigInfo image_config[] =
   { "amoeba_dead.xpos",                                "12"                    },
   { "amoeba_dead.ypos",                                "6"                     },
   { "amoeba_dead.frames",                      "4"                     },
-  { "amoeba_dead.delay",                       "1000000"               },
-  { "amoeba_dead.anim_mode",                   "random"                },
+  { "amoeba_dead.anim_mode",                   "random_static"         },
   { "amoeba_dead.EDITOR",                      "RocksElements.png"     },
   { "amoeba_dead.EDITOR.xpos",                 "12"                    },
   { "amoeba_dead.EDITOR.ypos",                 "6"                     },
@@ -5109,8 +5103,7 @@ struct ConfigInfo image_config[] =
   { "mm_lightball.xpos",                       "12"                    },
   { "mm_lightball.ypos",                       "2"                     },
   { "mm_lightball.frames",                     "3"                     },
-  { "mm_lightball.delay",                      "1000000"               },
-  { "mm_lightball.anim_mode",                  "random"                },
+  { "mm_lightball.anim_mode",                  "random_static"         },
   { "mm_lightball_red",                                "RocksMM.png"           },
   { "mm_lightball_red.xpos",                   "12"                    },
   { "mm_lightball_red.ypos",                   "2"                     },