Files
GodotTest/scripts/Arena.gd
2025-05-13 13:29:35 +02:00

8 lines
104 B
GDScript
Executable File

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