I've loaded a large sprite sheet of trees and I want to iterate through them all so I can grab random trees. Up until now I've always just used them by name, so I'm not sure how to do this.
loader.add('trees', 'trees.json')
.on('progress', this.loadProgress)
.load(this.done);