Only instance the Test scene for now.

This commit is contained in:
Relintai 2023-12-30 09:58:52 +01:00
parent 5c58a5f0b1
commit 817630d2f2
1 changed files with 2 additions and 2 deletions

View File

@ -1,9 +1,9 @@
[gd_scene load_steps=2 format=2]
[ext_resource path="res://test/TestMatrix.tscn" type="PackedScene" id=1]
[ext_resource path="res://test/Test.tscn" type="PackedScene" id=2]
[node name="Control" type="Control"]
anchor_right = 1.0
anchor_bottom = 1.0
[node name="TestMatrix" parent="." instance=ExtResource( 1 )]
[node name="Test" parent="." instance=ExtResource( 2 )]