mirror of
https://github.com/ZDoom/qzdoom.git
synced 2024-11-06 21:12:12 +00:00
9c89381400
* Added drawshader to draw Heretic style transparency gradients. * Added artiflash flag to drawselectedinventory. * Fixed: Drawgem used the wrong operator when determining the chain size. * Fixed: ZDoom would crash if an undefined font was used. * I also started cleaning up the source a little. I have been informed that when checking for flags the "== flagname" is redundant. - Added indexfont anf hudfont from GZDoom to zdoom.pk3 so that they are always available when defining custom status bars. SVN r629 (trunk)
33 lines
362 B
Text
33 lines
362 B
Text
|
|
// Fonts used by the alternative HUD
|
|
|
|
HUDFONT_DOOM
|
|
{
|
|
- STTMINUS
|
|
0 STTNUM0
|
|
1 STTNUM1
|
|
2 STTNUM2
|
|
3 STTNUM3
|
|
4 STTNUM4
|
|
5 STTNUM5
|
|
6 STTNUM6
|
|
7 STTNUM7
|
|
8 STTNUM8
|
|
9 STTNUM9
|
|
NOTRANSLATION 109 // don't touch the shadow color!
|
|
}
|
|
|
|
HUDFONT_RAVEN
|
|
{
|
|
- NEGNUM
|
|
0 IN0
|
|
1 IN1
|
|
2 IN2
|
|
3 IN3
|
|
4 IN4
|
|
5 IN5
|
|
6 IN6
|
|
7 IN7
|
|
8 IN8
|
|
9 IN9
|
|
}
|