extends Node var loadPath var data func _ready(): loadPath = "res://content/stats.json" data = Load.loadJSON(loadPath)