mirror of
https://github.com/freedoom/freedoom.git
synced 2025-09-02 07:25:45 -04:00
graphics: Add missing font characters.
Add font characters for '/' and '?', needed by some text strings. Adjust the vertical height of the ':' character, and remove some leftover menu graphics that are no longer needed.
This commit is contained in:
parent
6150b320f3
commit
2a02344977
9 changed files with 2 additions and 2 deletions
|
@ -121,7 +121,7 @@ red_graphics = {
|
|||
'm_setup': 'Setup',
|
||||
'm_keybnd': 'Key Bindings',
|
||||
'm_weap': 'Weapons',
|
||||
'm_stat': 'Status Bar - HUD',
|
||||
'm_stat': 'Status Bar/HUD',
|
||||
'm_auto': 'Automap',
|
||||
'm_enem': 'Enemies',
|
||||
'm_mess': 'Messages',
|
||||
|
@ -143,7 +143,7 @@ red_graphics = {
|
|||
'm_gset': 'game settings',
|
||||
'm_hud': 'heads up display',
|
||||
'm_joyset': 'joysticks',
|
||||
'm_ldsv': 'Load and Save', # TODO: Font needs a / character
|
||||
'm_ldsv': 'Load/Save',
|
||||
'm_menus': 'Menu Options',
|
||||
'm_mouse': 'mouse options',
|
||||
'm_multi': 'multiplayer',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue