text/config.py: make t_phase images white

This commit is contained in:
Ayub Ahmed 2017-03-11 21:05:25 +06:00 committed by GitHub
parent 209f14f071
commit 758c53fb54

View file

@ -64,6 +64,10 @@ white_graphics = {
'wibp3': 'P3',
'wibp4': 'P4',
'wicolon': ':',
# These files are for the title screens of Phase 1 and Phase 2
't_phase1': 'PHASE 1',
't_phase2': 'PHASE 2',
# Note: level names are also included in this dictionary, with
# the data added programatically from the DEHACKED lump, see
@ -75,10 +79,6 @@ blue_graphics = {
'm_episod': 'Choose Chapter:',
'm_optttl': 'OPTIONS',
'm_skill': 'Choose Skill Level:',
# These files are for the title screens of Phase 1 and Phase 2
't_phase1': 'PHASE 1',
't_phase2': 'PHASE 2',
}
red_graphics = {