From 57daf24437977b45c6023595b2106903e102e2fe Mon Sep 17 00:00:00 2001 From: Simon Howard Date: Wed, 5 Feb 2014 04:07:30 +0000 Subject: [PATCH] graphics: Change WIMINUS graphic to be red. This was configured to be white, but it just looks weird next to the red numbers. Change to red for consistency. --- graphics/text/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/graphics/text/config.py b/graphics/text/config.py index c7220493..9356ed50 100644 --- a/graphics/text/config.py +++ b/graphics/text/config.py @@ -76,7 +76,6 @@ white_graphics = { 'wibp3': 'P3', 'wibp4': 'P4', 'wicolon': ':', - 'wiminus': '-', # Note: level names are also included in this dictionary, with # the data added programatically from the DEHACKED lump, see @@ -147,6 +146,7 @@ red_graphics = { 'winum4': '4', 'winum5': '5', 'winum6': '6', 'winum7': '7', 'winum8': '8', 'winum9': '9', 'wipcnt': '%', + 'wiminus': '-', 'wienter': 'ENTERING', 'm_pause': 'pause',