Files
godot-ci/test-project/scenes/GLOBAL.tscn
abarichello 9fd1c3aee0 Import test project as example
TODO: update gitlab-ci template to also use the test-project
2020-05-18 17:52:17 -03:00

8 lines
160 B
Plaintext
Executable File

[gd_scene load_steps=2 format=2]
[ext_resource path="res://scripts/GLOBAL.gd" type="Script" id=1]
[node name="GLOBAL" type="Node"]
script = ExtResource( 1 )