mirror of
https://github.com/Relintai/pmlpp_sample.git
synced 2024-11-12 09:55:03 +01:00
Only instance the Test scene for now.
This commit is contained in:
parent
5c58a5f0b1
commit
817630d2f2
@ -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 )]
|
||||
|
Loading…
Reference in New Issue
Block a user