Skip to content

Commit 0d486aa

Browse files
committed
Updated the road map.
1 parent 168ce82 commit 0d486aa

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -387,24 +387,24 @@ Here are some of the features planned for future releases:
387387

388388
### Version 2.2 ("Tarabon")
389389

390+
* Enhance the State Management, so you can perform non-destructive State swaps and persistence.
391+
* Scene Manager - json scene parser.
390392
* 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)
391393
* Allow multiple drag items - no longer bind just 1 to a Pointer
392394
* Allow Groups to have Priority IDs too and input disable entire Groups and all children (let it flow down the chain)
393395
* 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.
396396
* Ability to control DOM elements from the core game and layer them into the game.
397397
* Touch Gestures.
398398
* Optimised global Animation manager to cut down on object creation.
399399
* 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.
402400

403401
### Version 2.3 ("Illian")
404402

405403
* 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.
406404
* Flash CC HTML5 export integration.
407405
* 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.
407+
* Support for parallel asset loading.
408408

409409
### Beyond version 2.3
410410

0 commit comments

Comments
 (0)