mirror of
https://github.com/Relintai/regression-test-project.git
synced 2024-11-12 10:25:30 +01:00
17 lines
564 B
Plaintext
17 lines
564 B
Plaintext
[gd_scene load_steps=5 format=2]
|
|
|
|
[ext_resource path="res://Control.tscn" type="PackedScene" id=1]
|
|
[ext_resource path="res://Spatial.tscn" type="PackedScene" id=2]
|
|
[ext_resource path="res://Node2D.tscn" type="PackedScene" id=3]
|
|
[ext_resource path="res://Other.tscn" type="PackedScene" id=4]
|
|
|
|
[node name="All" type="Node"]
|
|
|
|
[node name="GridContainer" parent="." instance=ExtResource( 1 )]
|
|
|
|
[node name="Node2D" parent="." instance=ExtResource( 3 )]
|
|
|
|
[node name="Node" parent="." instance=ExtResource( 4 )]
|
|
|
|
[node name="Spatial" parent="." instance=ExtResource( 2 )]
|