Hi guys!
I am quite new to construct and I am currently struggling with a problem and couldnt find any solutions on the internet. I am currently looking for a way to make some parts of the level design for my game randomized. To do this I would like to replace one tilemap design with another. I couldnt find a good way of doing it yet.
It seems there is a possibility to download a tilemap design. For testing purpose I downloaded this json: {"c2tilemap":true,"width":2,"height":2,"data":"4x16"}
I am currently struggling with loading this json to another tilemap. I tried to load the json to the tilemap by pasting the json I received. Unfortunately construct is telling me there are some syntax error (unknown characters) so I guess I am doing something completely wrong.
Does anyone have any idea how to solve this problem or how to do it proper?
Best regards!