PhasedEvolution Posted September 8, 2016 Share Posted September 8, 2016 Hello. Noob question. Hard time reading and understanding isometric docs. http://udof.org/phaser/iso/doc/Phaser.Plugin.Isometric.Body.html#toc1 I want to create a isometric sprite. Not add it, but create it: I know that I can add it like game.add.isoSprite(). It is like when I create a group and create a sprite in it with "player1 = group_name.create(...);" I would like to create a isosprite. Is not implemented in isometric plugin? Do I have to add a isoSprite to the world and then add it to the group with group.add? alessandronunes 1 Link to comment Share on other sites More sharing options...
alessandronunes Posted September 9, 2016 Share Posted September 9, 2016 Check this: http://rotates.org/phaser/iso/ Link to comment Share on other sites More sharing options...
PhasedEvolution Posted September 9, 2016 Author Share Posted September 9, 2016 Well, in the examples he does what I said. He inclued the group inside the parameters of game.add.isoSprite()... alessandronunes 1 Link to comment Share on other sites More sharing options...
nazimboudeffa Posted September 9, 2016 Share Posted September 9, 2016 i am on it also with codepen.io if you want to discuss something about it http://codepen.io/featuresmega/pen/ZpbZOB Link to comment Share on other sites More sharing options...
PhasedEvolution Posted September 10, 2016 Author Share Posted September 10, 2016 2 hours ago, thefailtheory said: i am on it also with codepen.io if you want to discuss something about it http://codepen.io/featuresmega/pen/ZpbZOB Interesting. What are you trying to make? Link to comment Share on other sites More sharing options...
nazimboudeffa Posted September 10, 2016 Share Posted September 10, 2016 I am trying to redo all the example then to find a way to do something new like trying to transform this landscape into a phaser game http://pixeljoint.com/pixelart/74817.htm the path to it in from the site of PhaserIso then click on the link to pixeljoint Link to comment Share on other sites More sharing options...
Recommended Posts