mirror of
https://github.com/freedoom/freedoom.git
synced 2025-09-02 07:25:45 -04:00
text/config.py: make t_phase images white
This commit is contained in:
parent
7ae210864c
commit
1671fd8ae0
1 changed files with 4 additions and 4 deletions
|
@ -65,6 +65,10 @@ white_graphics = {
|
||||||
'wibp4': 'P4',
|
'wibp4': 'P4',
|
||||||
'wicolon': ':',
|
'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
|
# Note: level names are also included in this dictionary, with
|
||||||
# the data added programatically from the DEHACKED lump, see
|
# the data added programatically from the DEHACKED lump, see
|
||||||
# code below.
|
# code below.
|
||||||
|
@ -75,10 +79,6 @@ blue_graphics = {
|
||||||
'm_episod': 'Choose Chapter:',
|
'm_episod': 'Choose Chapter:',
|
||||||
'm_optttl': 'OPTIONS',
|
'm_optttl': 'OPTIONS',
|
||||||
'm_skill': 'Choose Skill Level:',
|
'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 = {
|
red_graphics = {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue