mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-11-05 20:40:30 +00:00
35ea94c014
- Added: hasweaponpiece command to check for custom weapon pieces. - Added: usessecondaryammo command to check if the current weapon has a second ammo type. - Most of SBarInfo's mugshot scripting can be used with the default Doom status bar. - Fixed: By default drawmugshot would never come out of normal god mode state. In addition the state change to and from god mode was not quite as responsive as the original code. SVN r980 (trunk)
47 lines
537 B
Text
47 lines
537 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
|
|
}
|
|
|
|
INDEXFONT_RAVEN
|
|
{
|
|
0 SMALLIN0
|
|
1 SMALLIN1
|
|
2 SMALLIN2
|
|
3 SMALLIN3
|
|
4 SMALLIN4
|
|
5 SMALLIN5
|
|
6 SMALLIN6
|
|
7 SMALLIN7
|
|
8 SMALLIN8
|
|
9 SMALLIN9
|
|
}
|