Bump required version to 4.2.0. Added Hexen style loading screen and other gameinfo stuff. Small changes to fullscreen HUD. Added 0.83 style status bar (incomplete). Added player models. Old file cleanup. Ran all models through texnumsq, for convenience (skin indices are all over the place on some models). PNG optimization pass.
45 lines
403 B
Text
45 lines
403 B
Text
ULargeFont
|
|
{
|
|
TEMPLATE lfnt_%03d
|
|
}
|
|
UMedFont
|
|
{
|
|
TEMPLATE mfnt_%03d
|
|
}
|
|
ULargeRedFont
|
|
{
|
|
TEMPLATE lrf_%03d
|
|
}
|
|
UTinyFont
|
|
{
|
|
TEMPLATE tf_%03d
|
|
}
|
|
UTinyRedFont
|
|
{
|
|
TEMPLATE trf_%03d
|
|
}
|
|
UTinyWhiteFont
|
|
{
|
|
TEMPLATE twf_%03d
|
|
}
|
|
UWhiteFont
|
|
{
|
|
TEMPLATE wf_%03d
|
|
}
|
|
UTahoma10
|
|
{
|
|
TEMPLATE tu10_%03d
|
|
}
|
|
U083Digits
|
|
{
|
|
0 Zero083
|
|
1 One083
|
|
2 Two083
|
|
3 Three083
|
|
4 Four083
|
|
5 Five083
|
|
6 Six083
|
|
7 Seven083
|
|
8 Eight083
|
|
9 Nine083
|
|
}
|