mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-01 10:35:34 +00:00
State persistance between scenes
This commit is contained in:
parent
1e38945f63
commit
35254935e4
13 changed files with 142 additions and 27 deletions
|
|
@ -113,7 +113,7 @@ public partial class GameManager : Node2D
|
|||
|
||||
public void ApplySessionState(SessionSettings settings)
|
||||
{
|
||||
|
||||
//_inventoryManager.Load(settings.Items);
|
||||
}
|
||||
|
||||
public override void _Process(double delta)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue