axaq / traviso.js

Traviso is an open source JS engine that makes it easy to build isometric applications that run in a web browser.
MIT License
317 stars 41 forks source link

How to stack furniture in travisojs? #15

Closed mtwzim closed 4 years ago

mtwzim commented 4 years ago

Hello guys, I'am starting to create a project with travisojs and I would like to know how I can place items over other items in my game, below I leave a demonstration of stacking items which is what I want to do.

http://puu.sh/cGXsI/9450bae0ca.gif

i not see about in documentation.

axaq commented 4 years ago

Hi @mtwzim Unfortunately vertical layers is not implemented yet in Traviso. You can probably do it by fiddling with the code and I can suggest considering having different layers of maps stacked on top of each other as an easy starting point. But it doesn't come as an out of the box feature at the moment.

mtwzim commented 4 years ago

Ok, thank u for response.