I've created an array in my GameScene instance, and populated it inside didMove(to view: )...
From an instance of an SKSpriteNode, how do I access a value in that array?
So far as I know, from the template, I don't have a reference to the GameScene instance. But I could be way off on this, too.