Setting up main scene and some initalization

This commit is contained in:
2025-02-13 23:53:19 -06:00
parent 85e21b956e
commit 5ff3525a5e
9 changed files with 77 additions and 1 deletions

View File

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