Add Timer Display Window (#4553)

* Add new timer window and display options

* Fix overflow spacing

* Icons for Timers

* Swap Labels for Icons.

* Additional Timers

* Navi Timer Icon

* Clean up unused Defines.

* Code clean up and double check. Ready for Review

* Update from Suggestions

* Update magic numbers, correct indentations hopefully

* One moooooore thing

* Undo z_param change

* Updates
This commit is contained in:
Caladius
2024-12-03 11:44:10 -05:00
committed by GitHub
parent 8b60cea1f9
commit 82d70a2029
9 changed files with 346 additions and 1 deletions

View File

@@ -6070,7 +6070,7 @@ void Interface_Draw(PlayState* play) {
svar5 = CVarGetInteger(CVAR_COSMETIC("HUD.Timers.PosX"), 0)+204+X_Margins_Timer;
} else if (CVarGetInteger(CVAR_COSMETIC("HUD.Timers.PosType"), 0) == 4) {//Hidden
svar5 = -9999;
}
}
}
OVERLAY_DISP =