X-Git-Url: https://git.artsoft.org/?p=rocksndiamonds.git;a=blobdiff_plain;f=src%2Fconf_gfx.c;h=fc55f2d607e4284db066e223415d21845afdc871;hp=3bd3223f096da4b3e149e708c5e4cd29b7a89e50;hb=8e5671db64b55432158b1d43d7fd2e684544ebeb;hpb=871f79585ed487482fe670383d0020c04a5e8f74 diff --git a/src/conf_gfx.c b/src/conf_gfx.c index 3bd3223f..fc55f2d6 100644 --- a/src/conf_gfx.c +++ b/src/conf_gfx.c @@ -39,12 +39,14 @@ struct ConfigInfo image_config_suffix[] = { ".global_sync", "false", TYPE_BOOLEAN }, { ".crumbled_like", ARG_UNDEFINED, TYPE_TOKEN }, { ".diggable_like", ARG_UNDEFINED, TYPE_TOKEN }, + { ".border_size", ARG_UNDEFINED, TYPE_INTEGER }, { ".step_offset", "4", TYPE_INTEGER }, { ".step_delay", "1", TYPE_INTEGER }, { ".direction", ARG_UNDEFINED, TYPE_STRING }, { ".position", ARG_UNDEFINED, TYPE_STRING }, { ".draw_xoffset", "0", TYPE_INTEGER }, { ".draw_yoffset", "0", TYPE_INTEGER }, + { ".draw_masked", "false", TYPE_BOOLEAN }, { ".name", ARG_UNDEFINED, TYPE_STRING }, { NULL, NULL, 0 } @@ -3440,6 +3442,12 @@ struct ConfigInfo image_config[] = { "editor.element_border_input.xpos", "0" }, { "editor.element_border_input.ypos", "0" }, + { "game.envelope_background", "RocksScreen.pcx" }, + { "game.envelope_background.xpos", "0" }, + { "game.envelope_background.ypos", "0" }, + { "game.envelope_background.width", "560" }, + { "game.envelope_background.height", "560" }, + { "background", UNDEFINED_FILENAME }, { "background.MAIN", UNDEFINED_FILENAME }, { "background.LEVELS", UNDEFINED_FILENAME },