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