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