mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-11-10 23:02:03 +00:00
- added missing punctuation characters to Exhumed's SmallFont.
In particular this provides the required colon and slash characters for the level stats display.
This commit is contained in:
parent
bd25019b33
commit
393b0a1db2
7 changed files with 0 additions and 3 deletions
|
@ -67,13 +67,10 @@ void InitFonts()
|
|||
fontdata.Insert('0' + i, tileGetTexture(3555 + i));
|
||||
}
|
||||
fontdata.Insert('.', tileGetTexture(3548));
|
||||
fontdata.Insert(':', tileGetTexture(3548)); // we have no colon but need something here.
|
||||
fontdata.Insert('/', tileGetTexture(3552)); // same here
|
||||
fontdata.Insert('!', tileGetTexture(3549));
|
||||
fontdata.Insert('?', tileGetTexture(3550));
|
||||
fontdata.Insert(',', tileGetTexture(3551));
|
||||
fontdata.Insert('`', tileGetTexture(3552));
|
||||
fontdata.Insert('\'', tileGetTexture(3552));
|
||||
fontdata.Insert('"', tileGetTexture(3553));
|
||||
fontdata.Insert('-', tileGetTexture(3554));
|
||||
fontdata.Insert('_', tileGetTexture(3554));
|
||||
|
|
BIN
wadsrc/static/filter/exhumed/fonts/defsmallfont/002F.lmp
Normal file
BIN
wadsrc/static/filter/exhumed/fonts/defsmallfont/002F.lmp
Normal file
Binary file not shown.
BIN
wadsrc/static/filter/exhumed/fonts/defsmallfont/003A.lmp
Normal file
BIN
wadsrc/static/filter/exhumed/fonts/defsmallfont/003A.lmp
Normal file
Binary file not shown.
BIN
wadsrc/static/filter/exhumed/fonts/defsmallfont/003B.lmp
Normal file
BIN
wadsrc/static/filter/exhumed/fonts/defsmallfont/003B.lmp
Normal file
Binary file not shown.
BIN
wadsrc/static/filter/exhumed/fonts/defsmallfont/005C.lmp
Normal file
BIN
wadsrc/static/filter/exhumed/fonts/defsmallfont/005C.lmp
Normal file
Binary file not shown.
BIN
wadsrc/static/filter/exhumed/fonts/defsmallfont/00A1.lmp
Normal file
BIN
wadsrc/static/filter/exhumed/fonts/defsmallfont/00A1.lmp
Normal file
Binary file not shown.
BIN
wadsrc/static/filter/exhumed/fonts/defsmallfont/00BF.lmp
Normal file
BIN
wadsrc/static/filter/exhumed/fonts/defsmallfont/00BF.lmp
Normal file
Binary file not shown.
Loading…
Reference in a new issue