Add the matrix test to the main scene.

This commit is contained in:
Relintai 2023-05-09 23:45:19 +02:00
parent c50f81c42b
commit f26b9d391d
1 changed files with 5 additions and 1 deletions

View File

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