Initial Lua Script implementation. Credit/Timer now renders.

This commit is contained in:
Justin Marshall
2020-06-10 17:50:06 -07:00
parent f230b5bd0f
commit 0b23dd5223
69 changed files with 24361 additions and 13 deletions
+1 -3
View File
@@ -93,8 +93,6 @@ void TabClass::Draw_It(bool complete)
return;
}
// Disable tab drawing for menu, credits buttons etc. ST - 5/27/2019
#if (0)
/*
** Redraw the top bar imagery if flagged to do so or if the entire display needs
** to be redrawn.
@@ -136,7 +134,7 @@ void TabClass::Draw_It(bool complete)
LogicPage->Unlock();
}
Credits.Graphic_Logic(complete || IsToRedraw);
#endif
IsToRedraw = false;
}