mirror of
https://github.com/freedoom/freedoom.git
synced 2025-09-01 13:25:46 -04:00
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.
This commit is contained in:
parent
17598bdc00
commit
57daf24437
1 changed files with 1 additions and 1 deletions
|
@ -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',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue