X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;ds=sidebyside;f=src%2Fconf_gfx.c;h=6cc2ebabbd0290aede51adbb574aa76fe72b6f49;hb=dad6457f2f778d11ad84e90d328981532d0ba0ea;hp=d24150738af9202d140e95b417e273212dbec91b;hpb=4ed74e7ea05490b57e35bb8c22e5425c88258954;p=rocksndiamonds.git diff --git a/src/conf_gfx.c b/src/conf_gfx.c index d2415073..6cc2ebab 100644 --- a/src/conf_gfx.c +++ b/src/conf_gfx.c @@ -6674,6 +6674,9 @@ struct ConfigInfo image_config[] = { "font.info.levelset", UNDEFINED_FILENAME }, { "font.info.levelset.clone_from", "font.level_number" }, + { "font.main.network_players", UNDEFINED_FILENAME }, + { "font.main.network_players.clone_from", "font.level_number" }, + { "editor.element_border", "RocksMore.png" }, { "editor.element_border.xpos", "0" }, { "editor.element_border.ypos", "2" }, @@ -8064,6 +8067,13 @@ struct ConfigInfo image_config[] = { "main.input.name.valign", "top" }, { "main.input.name.font", "font.input_1" }, + { "main.network_players.x", "68" }, + { "main.network_players.y", "448" }, + { "main.network_players.align", "center" }, + { "main.network_players.valign", "middle" }, + { "main.network_players.font", "font.main.network_players" }, + { "main.network_players.tile_size", "16" }, + { "preview.x", "272" }, { "preview.y", "380" }, { "preview.align", "center" },