I am adding new Atlas Json Hash object and I want to check if its key exists in the Loader. I would do this:
game.load.checkKeyExists(type, myKey)
Bu I am not sure what to use as type. I know I should use
game.cache.someconstant
but which on is for Atlas JSON Hash ?