feat: players interpolation & add hud.set_allow_pause(...)
This commit is contained in:
@@ -91,6 +91,10 @@ Page& Menu::getCurrent() {
|
||||
return current;
|
||||
}
|
||||
|
||||
bool Menu::hasOpenPage() const {
|
||||
return current.panel != nullptr;
|
||||
}
|
||||
|
||||
void Menu::clearHistory() {
|
||||
pageStack = std::stack<Page>();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user