godot-ci/test-project/scripts/Arena.gd
Antonio Dell'Annunziata 79e2014976
Some checks are pending
godot-ci export / Windows Export (push) Waiting to run
godot-ci export / Linux Export (push) Waiting to run
godot-ci export / Web Export (push) Waiting to run
godot-ci export / Mac Export (push) Waiting to run
Adapt to forgejo
2025-03-02 11:36:40 +01:00

7 lines
104 B
GDScript
Executable file

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