- started port of Doom status bar to ZScript.

Fullscreen HUD done with the exception of key and inventory bar. I also used the opportunity to make it a bit more resistant against badly designed inventory icons.
This commit is contained in:
Christoph Oelckers 2017-03-25 21:40:17 +01:00
commit 488fface50
8 changed files with 236 additions and 14 deletions

View file

@ -234,8 +234,6 @@ FString shotfile;
AActor* bodyque[BODYQUESIZE];
int bodyqueslot;
void R_ExecuteSetViewSize (FViewWindow &viewwindow);
FString savename;
FString BackupSaveName;