rich Posted April 15, 2013 Share Posted April 15, 2013 New in version 0.8: DynamicTexture support. This allows you to create complex effects on a single texture which is then duplicated to any sprites you specify, saving on processing. Two new examples demonstrating this in action uploaded to http://gametest.mobi/phaser/ (under the Sprites section). Personally I like driving the green slime around in test 2 Fixed a few bugs with sprites throwing runtime errors if keys were invalid. Added support to set a sprite frame based on the filename used in the JSON data, not just the frame index. Updated example 4 to show this. https://github.com/photonstorm/phaser Link to comment Share on other sites More sharing options...
Quetzacotl Posted April 16, 2013 Share Posted April 16, 2013 Why are you not releasing tags? Anyway what do you plan for version 1.0, new versions are coming fast I see. Link to comment Share on other sites More sharing options...
rich Posted April 16, 2013 Author Share Posted April 16, 2013 When we hit version 1.0 I'll start tagging, but for now it's still fresh enough to not massively impact anything. Here is a features list (in no specific order): Tilemap Collision + sloping tiles supportDrastically improve the sound managerClickable/Draggable sprites (mostly done, just need some more time!)Enhance the Tiled format support (multiple layers, collision layer)Hit Masks for SpritesSpline format supportParticle Designer supportAngel Font / Bitmap Font / Glyph Designer supportPaths and Path EditorNative Tween systemPlugin supportEnhanced Control Handlers (based on my FlxControl classes)Time Slicing supportWebGL supportCamera FX system and more I can't even remember I'm sure Link to comment Share on other sites More sharing options...
WindSower Posted April 16, 2013 Share Posted April 16, 2013 I'm toying with it for 2 days now and must say it's amazing List for ver. 1.0 looks realy great keep up the great work. Link to comment Share on other sites More sharing options...
rich Posted April 16, 2013 Author Share Posted April 16, 2013 I'm toying with it for 2 days now and must say it's amazing List for ver. 1.0 looks realy great keep up the great work. That's really great to hear If you make a cool demo I'd love to include it in the Test Suite. And if you find any bugs please report them, along with feature requests. There's only so far I can take it running on just my own ideas before feedback is essential. Link to comment Share on other sites More sharing options...
Recommended Posts