From a12b29852e16854de5d248e5ba7f8a313cf8ff9b Mon Sep 17 00:00:00 2001 From: troido Date: Sun, 20 Jan 2019 01:19:24 +0100 Subject: chat now has colours --- asciifarm/charmaps/halfwidth.json | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'asciifarm/charmaps/halfwidth.json') diff --git a/asciifarm/charmaps/halfwidth.json b/asciifarm/charmaps/halfwidth.json index 1620bb5..2dae1c8 100644 --- a/asciifarm/charmaps/halfwidth.json +++ b/asciifarm/charmaps/halfwidth.json @@ -50,5 +50,11 @@ "charwidth": 1, "healthfull": ["#", 7, 2], "healthempty": ["_", 7, 1], + "msgcolours": { + "chat": [15,0], + "attack": [12,0], + "damage": [9,0], + "heal": [10,0] + }, "alphabet": "!\"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\\]^_`abcdefghijklmnopqrstuvwxyz{|}~" } -- cgit