add: LoadingScene, ProxyNode

This commit is contained in:
h z
2025-02-09 01:07:12 +00:00
parent 15c667c3c4
commit 0a8b275176
10 changed files with 85 additions and 23 deletions

View File

@@ -1,6 +1,8 @@
using Godot;
using Polonium.Attributes;
namespace Polonium.Scenes;
[GlobalClass]
[ProxyNode]
public partial class RootScene : Node2D
{
private Scene CurrentScene { get; set; }