X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Fconf_gfx.c;h=465277379ca25759f9a2bdfedb365e960aeaca5e;hb=53745d86fbc455ad0ed5c8fb04f39ec3c3f04b14;hp=72dd3bd17eb1296466f05ddddbe87fa1a0e82f99;hpb=b8d31e448f1534d0f3a96ddd48ac9eb7a80ae10a;p=rocksndiamonds.git diff --git a/src/conf_gfx.c b/src/conf_gfx.c index 72dd3bd1..46527737 100644 --- a/src/conf_gfx.c +++ b/src/conf_gfx.c @@ -3308,6 +3308,11 @@ struct ConfigInfo image_config[] = { "font.text_2.PREVIEW.y", "160" }, { "font.text_2.PREVIEW.width", "16" }, { "font.text_2.PREVIEW.height", "16" }, + { "font.text_2.PLAYING", "RocksFontEM.pcx" }, + { "font.text_2.PLAYING.x", "0" }, + { "font.text_2.PLAYING.y", "160" }, + { "font.text_2.PLAYING.width", "16" }, + { "font.text_2.PLAYING.height", "16" }, { "font.text_2.SCORES", "RocksFontBig.pcx" }, { "font.text_2.SCORES.x", "0" }, { "font.text_2.SCORES.y", "320" }, @@ -3333,6 +3338,11 @@ struct ConfigInfo image_config[] = { "font.text_3.PREVIEW.y", "160" }, { "font.text_3.PREVIEW.width", "16" }, { "font.text_3.PREVIEW.height", "16" }, + { "font.text_3.PLAYING", "RocksFontEM.pcx" }, + { "font.text_3.PLAYING.x", "0" }, + { "font.text_3.PLAYING.y", "160" }, + { "font.text_3.PLAYING.width", "16" }, + { "font.text_3.PLAYING.height", "16" }, { "font.text_3.SCORES", "RocksFontMedium.pcx" }, { "font.text_3.SCORES.x", "0" }, { "font.text_3.SCORES.y", "480" }, @@ -3353,6 +3363,11 @@ struct ConfigInfo image_config[] = { "font.text_4.LEVELS.y", "480" }, { "font.text_4.LEVELS.width", "16" }, { "font.text_4.LEVELS.height", "32" }, + { "font.text_4.PLAYING", "RocksFontEM.pcx" }, + { "font.text_4.PLAYING.x", "0" }, + { "font.text_4.PLAYING.y", "160" }, + { "font.text_4.PLAYING.width", "16" }, + { "font.text_4.PLAYING.height", "16" }, { "font.text_4.SCORES", "RocksFontMedium.pcx" }, { "font.text_4.SCORES.x", "0" }, { "font.text_4.SCORES.y", "480" },