Whenever i run the game in its current state i keep on getting the same error
Heres the Scene Tree:
and heres what i wrote in the script i assigned to Master
extends Node
var clicks = 10
func _process(delta):
$Score.text = "Clicks:"
I keep on getting this error whenever i try to run the game:
get_node: (Node not found "Score" (releative to "/root/Master").)
I looked into alot of places for the past 30 minutes trying to fix this, this is my first project outside of the tutorial projects, it has something to do with its path but i cant figure out where it is for the life of me
Thanks in advance!