scene manager

This commit is contained in:
2024-10-19 22:42:43 +02:00
parent c0304fdadd
commit cda6d33582
14 changed files with 275 additions and 14 deletions

6
scene/scene_manager.tscn Normal file
View File

@@ -0,0 +1,6 @@
[gd_scene load_steps=2 format=3 uid="uid://chc2do7pc6ews"]
[ext_resource type="Script" path="res://script/SceneManager.cs" id="1_mayof"]
[node name="SceneManager" type="Node"]
script = ExtResource("1_mayof")