mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-05 23:15:54 +00:00
Game Pausing
This commit is contained in:
parent
401d944ab4
commit
e86e9a2bf7
8 changed files with 160 additions and 22 deletions
|
|
@ -61,4 +61,9 @@ public static class Tools
|
|||
|
||||
return newInstance;
|
||||
}
|
||||
|
||||
public static GameManager GetGameManager(this Node2D node)
|
||||
{
|
||||
return node.GetNode<GameManager>("/root/GameScene");
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue