X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Fconf_gfx.c;h=7b9d243ed52ba6b8169815741bae91460e09c35f;hb=5dc79304dfe047b935e5aeefde3b73ad4d4a83f8;hp=73eb60dbcd3f70232e43956a874275bf086e9139;hpb=8027b4b2df722b639304c8d3d1272b9da527c02e;p=rocksndiamonds.git diff --git a/src/conf_gfx.c b/src/conf_gfx.c index 73eb60db..7b9d243e 100644 --- a/src/conf_gfx.c +++ b/src/conf_gfx.c @@ -82,6 +82,7 @@ struct ConfigTypeInfo image_config_suffix[] = { ".sort_priority", ARG_UNDEFINED, TYPE_INTEGER }, { ".class", ARG_UNDEFINED, TYPE_STRING }, { ".style", ARG_UNDEFINED, TYPE_STRING }, + { ".alpha", ARG_UNDEFINED, TYPE_INTEGER }, { ".active_xoffset", "0", TYPE_INTEGER }, { ".active_yoffset", "0", TYPE_INTEGER }, { ".pressed_xoffset", "0", TYPE_INTEGER }, @@ -6857,6 +6858,8 @@ struct ConfigInfo image_config[] = { "font.request.y", "210" }, { "font.request.width", "14" }, { "font.request.height", "14" }, + { "font.request_narrow", UNDEFINED_FILENAME }, + { "font.request_narrow.clone_from", "font.text_1.DOOR" }, { "font.input_1", "RocksFontSmall.png" }, { "font.input_1.x", "0" }, @@ -10072,6 +10075,7 @@ struct ConfigInfo image_config[] = { "request.autowrap", "false" }, { "request.centered", "true" }, { "request.wrap_single_words", "true" }, + { "request.draw_order", "-1" }, { "global.use_envelope_request", "false" },