File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11Phaser
22======
33
4- Version 0.9
4+ Version 0.9.1
55
6- 18th April 2013
6+ 19th April 2013
77
88By Richard Davey, [ Photon Storm] ( http://www.photonstorm.com )
99
@@ -18,6 +18,16 @@ For support post to the Phaser board on the [HTML5 Game Devs forum](http://www.h
1818Change Log
1919----------
2020
21+ V0.9.1
22+
23+ Added the new align property to GameObjects that controls placement when rendering.<br />
24+ Added an align example to the Sprites test group (click the mouse to change alignment position)<br />
25+ Added a new MicroPoint class. Same as Point but much smaller / less functions, updated GameObject to use it.<br />
26+ Completely rebuilt the Rectangle class to use MicroPoints and store the values of the 9 points around the edges, to be used
27+ for new collision system.<br />
28+ Game.Input now has 2 signals you can subscribe to for down/up events, see the Sprite align example for use.<br />
29+ Updated the States examples to bring in-line with 0.9 release.
30+
2131V0.9
2232
2333Large refactoring. Everything now lives inside the Phaser module, so all code and all tests have been updated to reflect this. Makes coding a tiny bit
You can’t perform that action at this time.
0 commit comments