aboutsummaryrefslogtreecommitdiffstats
path: root/gfx.c
diff options
context:
space:
mode:
authoranthk <anthk@texto-plano.xyz>2021-03-07 00:02:22 +0000
committeranthk <anthk@texto-plano.xyz>2021-03-07 00:02:22 +0000
commit0e7efca5197af25e563e86ca616c85f26a3a3521 (patch)
tree1899635dab451f4f242a7ff59f3a829618ea5e04 /gfx.c
parentb0f0b1b4718758dc2960716fa7ecac09ed35a0c1 (diff)
downloadoldrunner-0e7efca5197af25e563e86ca616c85f26a3a3521.tar.gz
slower paceHEADmaster
Diffstat (limited to 'gfx.c')
-rw-r--r--gfx.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gfx.c b/gfx.c
index 79821d7..e1da220 100644
--- a/gfx.c
+++ b/gfx.c
@@ -79,9 +79,9 @@ sprites_init (void)
sprite[SP_LADDER] = 'H';
sprite[SP_ROPE] = ACS_HLINE;
sprite[SP_ESCAPE_LADDER] = ACS_VLINE;
- sprite[SP_MONEY] = ACS_DIAMOND;
+ sprite[SP_MONEY] = '$';
sprite[SP_HERO] = '@';
- sprite[SP_FOE] = '@' | A_REVERSE | A_BLINK;
+ sprite[SP_FOE] = '%' | A_REVERSE | A_BLINK;
sprite[SP_INVALID] = '?';
}
Un proyecto texto-plano.xyz