prep settings menu for real

This commit is contained in:
minenice55
2022-07-08 18:49:15 -04:00
parent 2409a20aab
commit be5aff5aae
3 changed files with 1581 additions and 98 deletions

View File

@ -467,6 +467,11 @@ namespace HeavenStudio.Editor
}
}
public void WindowFullScreen()
{
GlobalGameManager.WindowFullScreen();
}
private void UpdateEditorStatus(bool updateTime)
{
if (discordDuringTesting || !Application.isEditor)