Resize cursor on start

This commit is contained in:
Marco 2025-04-04 09:53:29 +02:00
commit ed4f708ae9
4 changed files with 9 additions and 2 deletions

View file

@ -69,6 +69,8 @@ public partial class GameManager : Node2D
{
Instance = this;
GlobalState.Instance.ResizeCursor();
if (GlobalState.Instance.SessionSettings.AllowSaving)
{
GlobalState.Instance.SaveGame();