mirror of
https://github.com/Relintai/regression-test-project.git
synced 2024-11-14 10:27:53 +01:00
11 lines
325 B
Plaintext
11 lines
325 B
Plaintext
[gd_scene load_steps=3 format=2]
|
|
|
|
[ext_resource path="res://AIO/Operators/Operators.gd" type="Script" id=1]
|
|
[ext_resource path="res://AIO/Operators/Operators2.gd" type="Script" id=2]
|
|
|
|
[node name="Operators" type="Node2D"]
|
|
script = ExtResource( 1 )
|
|
|
|
[node name="Operators2" type="Node2D" parent="."]
|
|
script = ExtResource( 2 )
|