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:
Simon Howard 2013-12-01 00:07:28 -05:00
parent 6150b320f3
commit 2a02344977
9 changed files with 2 additions and 2 deletions

View file

@ -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',