Files
godot-ci/test-project/scripts/Game.gd
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

5 lines
37 B
GDScript
Executable File

extends Node2D
func _ready():
pass