6 lines
99 B
GDScript
6 lines
99 B
GDScript
extends Node
|
|
|
|
func _ready() -> void:
|
|
##Make sure global refinds characters
|
|
Global.scene_change()
|