I need to pick a random x,y where the value is equal to 0. But, I need to return the x,y values, not the item value. (This is for spawning a sprite based on a tilemap where the tilemap frame is = 0)
I have a solution already, but I'm imagining there is a loop I could do that would be a lot cleaner.
My solution: