G'morning yall!
So, basically i was testing tilemaps with Kenney's assets and cant seem to make work a simple thing: how to draw a tile on top of each other? For example, i drew a map with grass and then wanted to draw a tree (4 tiles for example) with transparent bg. How to achieve this? Do i need to tilemaps/layers on top of each other?
****************************
And i also have a problem: somehow i messed my tilemaps configuration. When i select a full square (5x5 tiles) and draw it on the layout, the result is messy. It has basically double amount of horizontal tiles, by halfing its width.
I tried to make an example (im at work and dont have construct here):
https://drive.google.com/open?id=0B2hBL ... 0U2VVZFUXM
Imagine i selected the red tiles, 5x5. When i draw it on layout, the result expected was 5x5 reds, but what i get is the second image.
I've tried checking tile size on left panel, width of objets, layout, window, imported base image 3 times already. No success.
TIA!