Skip to content

Commit 1217bf4

Browse files
committed
Version 0.9.1 release - see the release notes for more details.
1 parent 87e0c48 commit 1217bf4

1 file changed

Lines changed: 12 additions & 2 deletions

File tree

README.md

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
Phaser
22
======
33

4-
Version 0.9
4+
Version 0.9.1
55

6-
18th April 2013
6+
19th April 2013
77

88
By 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
1818
Change 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+
2131
V0.9
2232

2333
Large 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

0 commit comments

Comments
 (0)