extends Node var _collectibles: Array func addCollectible (coll): _collectibles.append(coll) func getCount (): return _collectibles.size()