8 lines
104 B
GDScript
Executable File
8 lines
104 B
GDScript
Executable File
extends Node2D
|
|
|
|
func _ready():
|
|
self.setup_arena()
|
|
|
|
func setup_arena() -> void:
|
|
$Background.lowlight()
|