mirror of
https://github.com/photonstorm/phaser
synced 2025-02-17 06:28:30 +00:00
Jotted down some thoughts.
This commit is contained in:
parent
ddc92f284e
commit
65c1e062ea
1 changed files with 17 additions and 1 deletions
|
@ -1,4 +1,20 @@
|
|||
# Phaser 3 Thoughts and Ideas
|
||||
# Phaser 3 Ideas and To Dos
|
||||
|
||||
TODO
|
||||
----
|
||||
|
||||
Upgrade to Webpack 2 final release
|
||||
Stop the build script from _moving_ the build file into Examples, and just copy it :)
|
||||
|
||||
General
|
||||
-------
|
||||
|
||||
Add a Registry - a game level Data component, accessible from any State.
|
||||
|
||||
Look at adding events to the Data component, so you can be notified about changes to objects stored within it.
|
||||
|
||||
Rename ParticleRenderer to BlitterBatch.
|
||||
|
||||
|
||||
Arcade Physics
|
||||
--------------
|
||||
|
|
Loading…
Add table
Reference in a new issue