Disable HUD on dialogue

This commit is contained in:
Marco 2025-04-01 13:44:23 +02:00
commit b5e691398e
2 changed files with 6 additions and 0 deletions

View file

@ -190,6 +190,9 @@ public partial class GlobalState : Node
public void SaveGame()
{
var items = InventoryManager.Instance.Save();
SessionSettings.Items = items;
var serializedSavedata = new Godot.Collections.Dictionary<string, Variant>()
{
{ "Items", items },