mirror of
https://github.com/godotengine/godot-tests.git
synced 2026-01-05 14:09:55 +03:00
Adds a GDScript test that requires a very specific order of loading as well as the usage of global class names in order to require other files to be loaded. This cannot be achieved with the current unit testing framework.
7 lines
196 B
Plaintext
7 lines
196 B
Plaintext
[gd_scene load_steps=2 format=3 uid="uid://dvlmwl4fa2lwc"]
|
|
|
|
[ext_resource type="Script" path="res://mother.gd" id="1_5cvo0"]
|
|
|
|
[node name="MainScene" type="Node2D"]
|
|
script = ExtResource("1_5cvo0")
|