From 0bd37653d52b4664a3be33d095d5f320a8eeb0a1 Mon Sep 17 00:00:00 2001 From: troido Date: Thu, 24 Jan 2019 19:15:57 +0100 Subject: changed colours to work better with 8-colour terminals and update screen before each wait (so also with each keypress) --- asciifarm/charmaps/fullwidth.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'asciifarm/charmaps/fullwidth.json') diff --git a/asciifarm/charmaps/fullwidth.json b/asciifarm/charmaps/fullwidth.json index 9b5b81c..6d912fe 100644 --- a/asciifarm/charmaps/fullwidth.json +++ b/asciifarm/charmaps/fullwidth.json @@ -4,7 +4,7 @@ "tree": ["T",0,2], "wall": ["#",7,8], "builtwall": ["+",7,8], - "rock": [" ",7,8], + "rock": ["#",8,8], "stone": ["o",7], "pebble": ["*",7], "player": ["@",15], -- cgit