You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -387,24 +387,24 @@ Here are some of the features planned for future releases:
387
387
388
388
### Version 2.2 ("Tarabon")
389
389
390
+
* Enhance the State Management, so you can perform non-destructive State swaps and persistence.
391
+
* Scene Manager - json scene parser.
390
392
* Adjust how Pointers and Interactive Objects work. Allow an IO to be flagged as "on click only", so it doesn't ever get processed during normal Pointer move events (unless being dragged)
391
393
* Allow multiple drag items - no longer bind just 1 to a Pointer
392
394
* Allow Groups to have Priority IDs too and input disable entire Groups and all children (let it flow down the chain)
393
395
* Allow Groups to be InputEnabled? Dragging a Group would be really useful.
394
-
* Scene Manager - json scene parser.
395
-
* Comprehensive testing across Firefox OS devices, CocoonJS and Ejecta.
396
396
* Ability to control DOM elements from the core game and layer them into the game.
397
397
* Touch Gestures.
398
398
* Optimised global Animation manager to cut down on object creation.
399
399
* Swapping to using a RenderTexture for the Tilemaps and implementing Tilemap slicing.
400
-
* Enhance the State Management, so you can perform non-destructive State swaps and persistence.
401
-
* Support for parallel asset loading.
402
400
403
401
### Version 2.3 ("Illian")
404
402
405
403
* Look carefully at the internal structure of Phaser to avoid method repetition (such as Sprite.crop and Image.crop), investigate using mixins to help reduce overall codebase size.
406
404
* Flash CC HTML5 export integration.
407
405
* Massively enhance the audio side of Phaser. Take more advantage of Web Audio: echo effects, positional sound, etc.
406
+
* Comprehensive testing across Firefox OS devices, CocoonJS and Ejecta.
0 commit comments