7 lines
139 B
GDScript
7 lines
139 B
GDScript
extends Label
|
|
|
|
#@onready var game_mgr
|
|
#func _ready():
|
|
#game_mgr = get_node("/root/aCatGame/GameMgr")
|
|
#$".".text = (str(%GameMgr.points))
|