- ported the Hexen status bar to zscript.

Note that DrawBar with a background texture does not work yet because the clipping rectangle is not done yet.
This commit is contained in:
Christoph Oelckers 2017-03-28 11:00:05 +02:00
commit b9485d4edf
10 changed files with 430 additions and 12 deletions

View file

@ -734,6 +734,8 @@ static int grid = 0;
bool automapactive = false;
DEFINE_GLOBAL(automapactive);
// location of window on screen
static int f_x;
static int f_y;