X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Fconf_chr.c;h=506c8b27244a0ae6f904d26af269c59e5ecbe5e7;hb=1ed02c282e3b4bd73c5d26244e4df30d731cc6c8;hp=127a270fabde31f16a2dca3351865198e381c73c;hpb=cd9add1d9479d1938d05ca9df4f31c3f99bd5f3e;p=rocksndiamonds.git diff --git a/src/conf_chr.c b/src/conf_chr.c index 127a270f..506c8b27 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" }, @@ -313,49 +313,64 @@ { "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", "16" }, - { "char_empty.ypos", "0" }, - { "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", "16" }, - { "char_degree.ypos", "1" }, + { "char_degree.xpos", "4" }, + { "char_degree.ypos", "4" }, { "char_degree.frames", "1" }, - { "char_tm", "RocksFontEM.pcx" }, - { "char_tm.xpos", "16" }, - { "char_tm.ypos", "2" }, - { "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", "16" }, - { "char_cursor.ypos", "3" }, + { "char_cursor.xpos", "6" }, + { "char_cursor.ypos", "4" }, { "char_cursor.frames", "1" },