regression-test-project/All.tscn

38 lines
1.5 KiB
Plaintext
Raw Normal View History

2021-03-27 15:53:32 +01:00
[gd_scene load_steps=10 format=2]
2020-08-05 11:03:11 +02:00
2021-03-27 15:53:32 +01:00
[ext_resource path="res://Nodes/Nodes.tscn" type="PackedScene" id=1]
2020-11-17 20:10:21 +01:00
[ext_resource path="res://AIO/Operators/Operators.tscn" type="PackedScene" id=5]
2020-11-06 16:57:49 +01:00
[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]
2020-11-28 15:50:15 +01:00
[ext_resource path="res://Text/Text.tscn" type="PackedScene" id=10]
2020-12-29 08:29:25 +01:00
[ext_resource path="res://AIO/AllNodes/ALL.tscn" type="PackedScene" id=11]
2021-03-27 15:53:32 +01:00
[ext_resource path="res://ReparentingDeleting/ReparentingDeleting.tscn" type="PackedScene" id=12]
2020-08-05 11:03:11 +02:00
[node name="All" type="Node"]
2020-11-06 16:57:49 +01:00
[node name="Physics" type="Node" parent="."]
[node name="Physics2D" parent="Physics" instance=ExtResource( 6 )]
2020-08-05 11:03:11 +02:00
2020-11-06 16:57:49 +01:00
[node name="Physics3D" parent="Physics" instance=ExtResource( 9 )]
2020-08-05 11:03:11 +02:00
2020-11-06 16:57:49 +01:00
[node name="Rendering" type="Node" parent="."]
2020-08-05 11:03:11 +02:00
2020-11-06 16:57:49 +01:00
[node name="Lights2D" parent="Rendering" instance=ExtResource( 8 )]
[node name="Lights3D" parent="Rendering" instance=ExtResource( 7 )]
2020-11-28 15:50:15 +01:00
[node name="Text" parent="." instance=ExtResource( 10 )]
2020-12-29 08:29:25 +01:00
2021-03-27 15:53:32 +01:00
[node name="ReparentingDeleting" parent="." instance=ExtResource( 12 )]
2020-12-29 08:29:25 +01:00
[node name="AIO" type="Node" parent="."]
[node name="ALL" parent="AIO" instance=ExtResource( 11 )]
[node name="Node2D" parent="AIO" instance=ExtResource( 5 )]
2021-03-27 15:53:32 +01:00
[node name="MainScenes" parent="." instance=ExtResource( 1 )]