regression-test-project/All.tscn
Rafał Mikrut 4797415d24
Add deleting reparenting (#23)
* Add deleting reparenting

* Remove simple reparenting

* Disable some things which starts to print errors
2021-01-26 19:05:31 +01:00

49 lines
2.0 KiB
Plaintext

[gd_scene load_steps=13 format=2]
[ext_resource path="res://MainScenes/Control.tscn" type="PackedScene" id=1]
[ext_resource path="res://MainScenes/Spatial.tscn" type="PackedScene" id=2]
[ext_resource path="res://MainScenes/Node2D.tscn" type="PackedScene" id=3]
[ext_resource path="res://MainScenes/Other.tscn" type="PackedScene" id=4]
[ext_resource path="res://AIO/Operators/Operators.tscn" type="PackedScene" id=5]
[ext_resource path="res://Physics/2D/Physics2D.tscn" type="PackedScene" id=6]
[ext_resource path="res://Rendering/Lights3D/Lights3D.tscn" type="PackedScene" id=7]
[ext_resource path="res://Rendering/Lights2D/Lights2D.tscn" type="PackedScene" id=8]
[ext_resource path="res://Physics/3D/Physics3D.tscn" type="PackedScene" id=9]
[ext_resource path="res://Text/Text.tscn" type="PackedScene" id=10]
[ext_resource path="res://AIO/AllNodes/ALL.tscn" type="PackedScene" id=11]
[ext_resource path="res://ReparentingDeleting/ReparentingDeleting.tscn" type="PackedScene" id=12]
[node name="All" type="Node"]
[node name="MainScenes" type="Node" parent="."]
[node name="Spatial" parent="MainScenes" instance=ExtResource( 2 )]
[node name="Node2D" parent="MainScenes" instance=ExtResource( 3 )]
[node name="Other" parent="MainScenes" instance=ExtResource( 4 )]
[node name="Control" parent="MainScenes" instance=ExtResource( 1 )]
[node name="Physics" type="Node" parent="."]
[node name="Physics2D" parent="Physics" instance=ExtResource( 6 )]
[node name="Physics3D" parent="Physics" instance=ExtResource( 9 )]
[node name="Rendering" type="Node" parent="."]
[node name="Lights2D" parent="Rendering" instance=ExtResource( 8 )]
[node name="Lights3D" parent="Rendering" instance=ExtResource( 7 )]
[node name="Text" parent="." instance=ExtResource( 10 )]
[node name="ReparentingDeleting" parent="." instance=ExtResource( 12 )]
[node name="AIO" type="Node" parent="."]
[node name="ALL" parent="AIO" instance=ExtResource( 11 )]
[node name="Node2D" parent="AIO" instance=ExtResource( 5 )]