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

8 lines
104 B
GDScript
Executable File

extends Node2D
func _ready():
self.setup_arena()
func setup_arena() -> void:
$Background.lowlight()