lewster32 / phaser-plugin-isometric

Feature-packed axonometric plugin for Phaser 2 which stays true to the Phaser API.
http://rotates.org/phaser/iso
MIT License
472 stars 165 forks source link

isometric wall #45

Closed ahmetozalp closed 7 years ago

ahmetozalp commented 7 years ago

-I added the picture library

-I added on top players

How do I do I do I want to come out of the water wall?

AND

After a click you help I want to go to my place with this player mous

javascript file: https://jsfiddle.net/u61kub7b/

orangeswim commented 7 years ago

(deleted old solution) Solution below works.

orangeswim commented 7 years ago

Actually, here is working code.

https://jsfiddle.net/td0fq53u/ You can paste it in http://rotates.org/phaser/iso/examples/character.htm to test.

You can use processCallback in the collide function to cancel collisions between specific objects.