templates

This commit is contained in:
Rendo 2025-07-16 18:19:25 +05:00
commit d52d4be5ff
7 changed files with 421 additions and 60 deletions

View file

@ -16,6 +16,8 @@ public partial class RuntimeLevelData : Node
[Export]
public float SunCount { get; private set; } = 0;
[Export]
public AdventureLevelResource levelResource;
public event Action<LevelStates> OnLevelStateChanged;
public static RuntimeLevelData Instance { get; private set; }