X-Git-Url: https://git.artsoft.org/?p=rocksndiamonds.git;a=blobdiff_plain;f=src%2Fconf_gfx.c;h=a5b8aa86d8f8dda4cea4076c62a2eda5c3fa97cb;hp=96d500c1fc1fe80ad203d112ed77b4d33254ac02;hb=10b1affa2de9773e1ef905724c72dbd63977e751;hpb=5bed0c59a91d32e2e82def3a95625b26bb8610a4 diff --git a/src/conf_gfx.c b/src/conf_gfx.c index 96d500c1..a5b8aa86 100644 --- a/src/conf_gfx.c +++ b/src/conf_gfx.c @@ -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" },