Added execution order test

This commit is contained in:
2024-02-17 13:15:07 +01:00
parent 8656089aba
commit 93b0ce64cf
4 changed files with 54 additions and 1 deletions

View File

@ -0,0 +1,10 @@
[gd_scene load_steps=2 format=3 uid="uid://bk5p5w2gxxuq5"]
[ext_resource type="Script" path="res://test/benchmark/Benchmark.gd" id="1_363x2"]
[node name="Benchmark" type="Node"]
[node name="Node" type="Node" parent="."]
script = ExtResource("1_363x2")
[node name="Child" type="Node" parent="Node"]