First godot-ci commit
This commit is contained in:
7
scripts/Arena.gd
Executable file
7
scripts/Arena.gd
Executable file
@@ -0,0 +1,7 @@
|
||||
extends Node2D
|
||||
|
||||
func _ready():
|
||||
self.setup_arena()
|
||||
|
||||
func setup_arena() -> void:
|
||||
$Background.lowlight()
|
||||
Reference in New Issue
Block a user