extends Label onready var Game = get_node("/root/Game") func _process(delta): text = str(Game.numOfCoins)