Remove Main scene and script, add StateManagement library, update project structure documentation

This commit is contained in:
William Stuckey
2025-12-29 17:36:31 -06:00
parent 79bf76ee33
commit 1637f14b58
11 changed files with 299 additions and 14 deletions

6
Scenes/Core/Main.tscn Normal file
View File

@@ -0,0 +1,6 @@
[gd_scene load_steps=2 format=3 uid="uid://bvx8qw3yqn5yk"]
[ext_resource type="Script" uid="uid://emch0q5mxf8k" path="res://Scripts/Core/Main.cs" id="1_1"]
[node name="Main" type="Node2D"]
script = ExtResource("1_1")

0
Scenes/LibraryTest.tscn Normal file
View File

View File

@@ -1,6 +0,0 @@
[gd_scene load_steps=2 format=3 uid="uid://bvx8qw3yqn5yk"]
[ext_resource type="Script" uid="uid://emch0q5mxf8k" path="res://Scripts/Main.cs" id="1_1"]
[node name="Main" type="Node2D"]
script = ExtResource("1_1")

View File

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