regression-test-project/AIO/Operators/Operators.tscn

11 lines
325 B
Plaintext
Raw Normal View History

2020-11-06 16:57:49 +01:00
[gd_scene load_steps=3 format=2]
2020-11-17 20:10:21 +01:00
[ext_resource path="res://AIO/Operators/Operators.gd" type="Script" id=1]
[ext_resource path="res://AIO/Operators/Operators2.gd" type="Script" id=2]
2020-11-06 16:57:49 +01:00
[node name="Operators" type="Node2D"]
script = ExtResource( 1 )
[node name="Operators2" type="Node2D" parent="."]
script = ExtResource( 2 )