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 42 forks source link

Multiple walking square #11

Closed oviniciuslara closed 4 years ago

oviniciuslara commented 5 years ago

Its possible to have a multiple walking square, like multiple users?

axaq commented 5 years ago

Hi @thebestclass , Sure you can write your own logic on top of the engine to move NPC's around. If you want user controllable characters/objects then you need to change the controllable object of the engine on user-select or whenever you need in your own logic. Please check the docs for movement functions. Hope this helps.