How to slice a drawn image into multiple isometric tiles on a grid?
-
How can you cut one of these objects into several small ones.
Let's say into 4 parts and save them in exactly one file with a tileset.
Where and how can this be done easier?JavaScript Evangeline Melton, Mar 16, 2019 -
1. Place the entire object in several tiles: the main one - at the bottom, add for high-rise buildings on the tile - a "rhombus" on the left, right, above the same size as the original tile.
2. Cut the resulting "rhombus" into the required number of smaller "rhombuses".August Fitzgerald
1 Answers
Your Answer
To place the code, please use CodePen or similar tool. Thanks you!