mirror of
https://github.com/Relintai/pmlpp_sample.git
synced 2024-11-12 09:55:03 +01:00
Add the matrix test to the main scene.
This commit is contained in:
parent
c50f81c42b
commit
f26b9d391d
@ -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 )]
|
||||
|
Loading…
Reference in New Issue
Block a user