Skip to content

Commit 72a4809

Browse files
committed
Updated readme
1 parent 25a59b9 commit 72a4809

1 file changed

Lines changed: 10 additions & 10 deletions

File tree

README.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -20,23 +20,23 @@ Change Log
2020

2121
V0.8
2222

23-
Added ability to set Sprite frame by name (sprite.frameName), useful when you've loaded a Texture Atlas with filename values set rather than using frame indexes.
24-
Updated texture atlas 4 demo to show this.
25-
Fixed a bug that would cause a run-time error if you tried to create a sprite using an invalid texture key.
26-
Added in DynamicTexture support and atest case for it.
23+
Added ability to set Sprite frame by name (sprite.frameName), useful when you've loaded a Texture Atlas with filename values set rather than using frame indexes.<br />
24+
Updated texture atlas 4 demo to show this.<br />
25+
Fixed a bug that would cause a run-time error if you tried to create a sprite using an invalid texture key.<br />
26+
Added in DynamicTexture support and a test case for it.<br />
2727

2828
V0.7
2929

30-
Renamed FullScreen to StageScaleMode as it's much more fitting. Tested across Android and iOS with the various scale modes.
31-
Added in world x/y coordinates to the input class, and the ability to get world x/y input coordinates from any Camera.
32-
Added the RandomDataGenerator for seeded random number generation.
30+
Renamed FullScreen to StageScaleMode as it's much more fitting. Tested across Android and iOS with the various scale modes.<br />
31+
Added in world x/y coordinates to the input class, and the ability to get world x/y input coordinates from any Camera.<br />
32+
Added the RandomDataGenerator for seeded random number generation.<br />
3333
Setting the game world size now resizes the default camera (optional bool flag)
3434

3535
V0.6
3636

37-
Added in Touch support for mobile devices (and desktops that enable it) and populated x/y coords in Input with common values from touch and mouse.
38-
Added new Circle geometry class (used by Touch) and moved them into a Geom folder.
39-
Added in Device class for device inspection.
37+
Added in Touch support for mobile devices (and desktops that enable it) and populated x/y coords in Input with common values from touch and mouse.<br />
38+
Added new Circle geometry class (used by Touch) and moved them into a Geom folder.<br />
39+
Added in Device class for device inspection.<br />
4040
Added FullScreen class to enable full-screen support on mobile devices (scrolls URL bar out of the way on iOS and Android)
4141

4242
V0.5

0 commit comments

Comments
 (0)