mirror of
https://github.com/freedoom/freedoom.git
synced 2025-09-01 13:25:46 -04:00
text/config.py: make t_phase images white
This commit is contained in:
parent
209f14f071
commit
758c53fb54
1 changed files with 4 additions and 4 deletions
|
@ -64,6 +64,10 @@ white_graphics = {
|
||||||
'wibp3': 'P3',
|
'wibp3': 'P3',
|
||||||
'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
|
||||||
|
@ -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