mirror of
https://github.com/photonstorm/phaser
synced 2024-11-10 23:24:41 +00:00
Text update.
This commit is contained in:
parent
87fce63a23
commit
f9a4beb608
1 changed files with 1 additions and 0 deletions
|
@ -112,6 +112,7 @@ New Examples:
|
|||
|
||||
Updates:
|
||||
|
||||
* Massive thanks to clark-stevenson for doing an amazing job update the TypeScript definitions file.
|
||||
* Debug.renderRectangle has a new parameter: filled. If true it renders as with fillRect, if false strokeRect.
|
||||
* Phaser.AnimationParser now sets the trimmed data directly for Pixi Texture frames. Tested across JSON Hash, JSON Data, Sprite Sheet and XML.
|
||||
* Game.add.renderTexture now has the addToCache parameter. If set the texture will be stored in Game.Cache and can be retrieved with Cache.getTexture(key).
|
||||
|
|
Loading…
Reference in a new issue