NAT Godot clean up scenes

This commit is contained in:
2023-02-13 07:49:50 -07:00
parent 783f9f5ee8
commit 7a1a72e116
2 changed files with 2 additions and 16 deletions

View File

@@ -1,6 +1,5 @@
[gd_scene load_steps=3 format=2]
[gd_scene load_steps=2 format=2]
[ext_resource path="res://Playground.tscn" type="PackedScene" id=1]
[ext_resource path="res://build/src/RootNode.cs" type="Script" id=3]
[node name="RootNode" type="Control"]
@@ -16,5 +15,3 @@ anchor_right = 1.0
anchor_bottom = 1.0
margin_right = 8.0
margin_bottom = 36.0
[node name="Playground" parent="PlaygroundTabContainer" instance=ExtResource( 1 )]