X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Fconf_chr.c;h=63aee714a82c871e112ea1c94bb5b7e51bbabc15;hb=b180608242f0190c6c8b31772e4dcfce2e9af47c;hp=3f2923d0f91e0cc6901f82604cb04aadf3696a9c;hpb=88a46f726da49d5ae03e736b1388a4b854221685;p=rocksndiamonds.git diff --git a/src/conf_chr.c b/src/conf_chr.c index 3f2923d0..63aee714 100644 --- a/src/conf_chr.c +++ b/src/conf_chr.c @@ -16,7 +16,7 @@ #ifndef CONF_CHR_C #define CONF_CHR_C -/* values for character graphics configuration */ +/* values for graphics configuration (character elements) */ { "char_space", "RocksFontEM.pcx" }, { "char_space.xpos", "0" }, @@ -43,10 +43,10 @@ { "char_dollar.ypos", "0" }, { "char_dollar.frames", "1" }, - { "char_procent", "RocksFontEM.pcx" }, - { "char_procent.xpos", "5" }, - { "char_procent.ypos", "0" }, - { "char_procent.frames", "1" }, + { "char_percent", "RocksFontEM.pcx" }, + { "char_percent.xpos", "5" }, + { "char_percent.ypos", "0" }, + { "char_percent.frames", "1" }, { "char_ampersand", "RocksFontEM.pcx" }, { "char_ampersand.xpos", "6" }, @@ -313,48 +313,63 @@ { "char_z.ypos", "3" }, { "char_z.frames", "1" }, - { "char_ae", "RocksFontEM.pcx" }, - { "char_ae.xpos", "11" }, - { "char_ae.ypos", "3" }, - { "char_ae.frames", "1" }, + { "char_bracketleft", "RocksFontEM.pcx" }, + { "char_bracketleft.xpos", "11" }, + { "char_bracketleft.ypos", "3" }, + { "char_bracketleft.frames", "1" }, - { "char_oe", "RocksFontEM.pcx" }, - { "char_oe.xpos", "12" }, - { "char_oe.ypos", "3" }, - { "char_oe.frames", "1" }, + { "char_backslash", "RocksFontEM.pcx" }, + { "char_backslash.xpos", "12" }, + { "char_backslash.ypos", "3" }, + { "char_backslash.frames", "1" }, - { "char_ue", "RocksFontEM.pcx" }, - { "char_ue.xpos", "13" }, - { "char_ue.ypos", "3" }, - { "char_ue.frames", "1" }, + { "char_bracketright", "RocksFontEM.pcx" }, + { "char_bracketright.xpos", "13" }, + { "char_bracketright.ypos", "3" }, + { "char_bracketright.frames", "1" }, - { "char_copyright", "RocksFontEM.pcx" }, - { "char_copyright.xpos", "14" }, - { "char_copyright.ypos", "3" }, - { "char_copyright.frames", "1" }, + { "char_asciicircum", "RocksFontEM.pcx" }, + { "char_asciicircum.xpos", "14" }, + { "char_asciicircum.ypos", "3" }, + { "char_asciicircum.frames", "1" }, { "char_underscore", "RocksFontEM.pcx" }, { "char_underscore.xpos", "15" }, { "char_underscore.ypos", "3" }, { "char_underscore.frames", "1" }, - { "char_empty", "RocksFontEM.pcx" }, - { "char_empty.xpos", "0" }, - { "char_empty.ypos", "4" }, - { "char_empty.frames", "1" }, + { "char_copyright", "RocksFontEM.pcx" }, + { "char_copyright.xpos", "0" }, + { "char_copyright.ypos", "4" }, + { "char_copyright.frames", "1" }, + + { "char_aumlaut", "RocksFontEM.pcx" }, + { "char_aumlaut.xpos", "1" }, + { "char_aumlaut.ypos", "4" }, + { "char_aumlaut.frames", "1" }, + + { "char_oumlaut", "RocksFontEM.pcx" }, + { "char_oumlaut.xpos", "2" }, + { "char_oumlaut.ypos", "4" }, + { "char_oumlaut.frames", "1" }, + + { "char_uumlaut", "RocksFontEM.pcx" }, + { "char_uumlaut.xpos", "3" }, + { "char_uumlaut.ypos", "4" }, + { "char_uumlaut.frames", "1" }, { "char_degree", "RocksFontEM.pcx" }, - { "char_degree.xpos", "1" }, + { "char_degree.xpos", "4" }, { "char_degree.ypos", "4" }, { "char_degree.frames", "1" }, - { "char_tm", "RocksFontEM.pcx" }, - { "char_tm.xpos", "2" }, - { "char_tm.ypos", "4" }, - { "char_tm.frames", "1" }, + { "char_trademark", "RocksFontEM.pcx" }, + { "char_trademark.xpos", "5" }, + { "char_trademark.ypos", "4" }, + { "char_trademark.frames", "1" }, { "char_cursor", "RocksFontEM.pcx" }, - { "char_cursor.xpos", "3" }, + { "char_cursor.xpos", "6" }, { "char_cursor.ypos", "4" }, { "char_cursor.frames", "1" },