Search the Community
Showing results for tags 'isometric-rpg'.
-
Hello everyone, I hope you like isometric pixelart games, because this is one of them,. I grow up in the early 00' "playing" habbo hotel, and I really enjoyed the art behind this "social network" (yes, it is), so I decide on 2014 to create my own game, but I had several medical issues between 2014 and 2017. So at the beginning of the year I started the project again,with pixi.js... and that's it. I want to make a MMORPG. I played runescape a lot, years ago, but I want to create a original content, with not much influence from current mmorpg's, and I accept all kind of help and ideas. The game is currently in a closed INDEV, but in some moments, I send codes in the official discord (currently in spanish). twitter: http://twitter.com/voidpixel/ discord: http://voidpixel.net/ game: http://alpha.voidpixel.net/ github issue tracker: http://github.com/voidpixel/game/ I hope you like it. ❤️
-
Hi, in Isometric RPG example (https://github.com/melonjs/melonJS/tree/master/examples/isometric_rpg) is there a way to draw tile selector on particular layer? For example, i may add some tilesSelector layer to the TMX map. In the Isometric RPG example the tile selector is drawn on the top of all layers. I would like to draw it on the basement, under player feet. thanks