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:
@@ -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 =
|
||||
|
||||
Reference in New Issue
Block a user