Dreamengine
Dreamengine copied to clipboard
A powerfull JS 2D Game Engine cross-compatible and easily extendable
Grimka's game sample using DreamEngine
List of plugins to redo (check in branch V0.26 js/plugins): - GameScreen - GameScreenManager - TouchPad - Popup - DemoPopup - Lightbox - MessageBox - ChoicesBox - Button
Actually, the Camera must be moved with the opposite value compared to what we want to do (x += 10 will display as a -10). This is because the Camera...
Add the ability to localize a sound in the 2D space (giving it a X-Y position when playing ? Or assigning the sound to a gameobject ?). This will change...
The dev should be able to set multiple qualities in the "images json file". For example. I make my game with a 1920*1080 quality (so I declare a render with...
The way it was done before was a mess, should review the way to do and use it. Maybe give a try to https://github.com/kittykatattack/bump Previous name in the engine was...
Make update to PIXI V4 need a complete rewrite (it's the best choice to be able to use all awesome features provided by PIXI and PIXI plugins). So let's do...