mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-11 05:25:55 +00:00
Resize cursor on start
This commit is contained in:
parent
7ec389c7bb
commit
ed4f708ae9
4 changed files with 9 additions and 2 deletions
|
|
@ -69,6 +69,8 @@ public partial class GameManager : Node2D
|
|||
{
|
||||
Instance = this;
|
||||
|
||||
GlobalState.Instance.ResizeCursor();
|
||||
|
||||
if (GlobalState.Instance.SessionSettings.AllowSaving)
|
||||
{
|
||||
GlobalState.Instance.SaveGame();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue