I am trying to figure out how to create a small isometric game but I am having a bunch of issues from tileset placement to movement. I can barely even find anything on youtube regarding isometric games. Are there any good guides or game demos I can try to help me?
one current issue I am having is the tile overlapping and erasing other tiles. Is there a way to overlap tilesets without them erasing?
Develop games in your browser. Powerful, performant & highly capable.
Hi. There are some examples out there.
and
howtoconstructdemos.com/category/isometric
Not directly within a single tilemap. In order to overlap tilemaps, you'd simply add another tilemap on top.
My workaround is to use software to draw the maps, like Tiled, and import the layers as .png images into the project. With the movement, I believe you'd be able to use Tween behavior. Not sure if it helps.
These are all fantastic replies, thanks so much all of you!
I found "Easy Isometric" in the store found here... construct.net/en/game-assets/addons/easy-isometric-1023
I also found "Nero-Engine Isometric RPG Template" found here... construct.net/en/game-assets/game-templates/nero-engine-isometric-rpg-675
I'm looking to make isometric as well. Good Luck!
Neo-Tracer