mirror of
https://github.com/photonstorm/phaser
synced 2025-02-25 11:57:19 +00:00
The State.update function (and thus the update of any sub-classed Sprites or other objects) is now called before Stage, Tweens, Sound, Input, etc (#662)
This commit is contained in:
parent
e1529a3ffb
commit
5559fea0f8
1 changed files with 1 additions and 0 deletions
|
@ -68,6 +68,7 @@ Updated
|
||||||
* Further TypeScript defs tweaks (thanks @clark-stevenson)
|
* Further TypeScript defs tweaks (thanks @clark-stevenson)
|
||||||
* Lowered the default size of SpriteBatch from 10000 to 2000 as this yields faster results on mobile (pixi.js update)
|
* Lowered the default size of SpriteBatch from 10000 to 2000 as this yields faster results on mobile (pixi.js update)
|
||||||
* Fix for 'jagged' strokes on custom fonts. (thanks @nickryall, #677)
|
* Fix for 'jagged' strokes on custom fonts. (thanks @nickryall, #677)
|
||||||
|
* The State.update function (and thus the update of any sub-classed Sprites or other objects) is now called before Stage, Tweens, Sound, Input, etc (#662)
|
||||||
|
|
||||||
|
|
||||||
New Features
|
New Features
|
||||||
|
|
Loading…
Add table
Reference in a new issue