Clean rebuild of test-game project

This commit is contained in:
Will Stuckey
2025-10-24 13:39:16 -05:00
commit 7399c1570e
9 changed files with 85 additions and 0 deletions

13
Scenes/Main.tscn Normal file
View File

@@ -0,0 +1,13 @@
[gd_scene load_steps=2 format=3 uid="uid://b8y1qxqxqxqxq"]
[ext_resource type="Script" path="res://Scripts/Main.cs" id="1"]
[node name="Main" type="Node2D"]
script = ExtResource("1")
[node name="Label" type="Label" parent="."]
offset_right = 400.0
offset_bottom = 100.0
text = "Clean Test Game - No Libraries"
horizontal_alignment = 1
vertical_alignment = 1