X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Fconf_gfx.c;h=0c98764c8336ab3b8b1b7b1717b8f37cad5a675d;hb=291af230c1fb2e475725abe0451ed9271abe5617;hp=868fb084a3f80ba5ae8391c46426caf4dbb2ef35;hpb=5371d88561e5304599c11e33ed98dc3e5868f69f;p=rocksndiamonds.git diff --git a/src/conf_gfx.c b/src/conf_gfx.c index 868fb084..0c98764c 100644 --- a/src/conf_gfx.c +++ b/src/conf_gfx.c @@ -959,7 +959,7 @@ struct ConfigInfo image_config[] = { "amoeba.shrinking.ypos", "6" }, { "amoeba.shrinking.frames", "3" }, { "amoeba.shrinking.delay", "2" }, - { "amoeba.shrinking.anim_mode", "loop,linear,reverse" }, + { "amoeba.shrinking.anim_mode", "linear,reverse" }, { "amoeba_wet", "RocksElements.pcx" }, { "amoeba_wet.xpos", "8" }, { "amoeba_wet.ypos", "6" }, @@ -3345,6 +3345,10 @@ struct ConfigInfo image_config[] = { "editor.element_border.xpos", "0" }, { "editor.element_border.ypos", "0" }, + { "editor.element_border_input", "RocksElements.pcx" }, + { "editor.element_border_input.xpos", "0" }, + { "editor.element_border_input.ypos", "0" }, + { "background", UNDEFINED_FILENAME }, { "background.MAIN", UNDEFINED_FILENAME }, { "background.LEVELS", UNDEFINED_FILENAME },