I can't get block images to show up in puzzle-solve mode in any environment except stadium. In stadium all the images show up fine, but in canyon, valley, or lagoon, all the squares are blank.
Is anyone else seeing this?
Edit: The puzzle script pulls the images from:
http://images.mania-exchange.com/blocks/{{{Map.CollectionName}}}/{{{name}}}.png
Are there images there for all environments, or just stadium?
Also, this line in the script seems suspicious since it's stadium-specific and none of the other environments are referenced:
Boolean CountBlock(Text name) {return name != "StadiumGrass" && name != "Grass" && name != "Dirt" && !TextLib::Find("Clip", name, True, True);}