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