mirror of
https://github.com/photonstorm/phaser
synced 2024-11-10 15:14:47 +00:00
Updated change log
This commit is contained in:
parent
4a9f46c0c0
commit
6c5e1ba15e
1 changed files with 4 additions and 1 deletions
|
@ -61,8 +61,8 @@
|
|||
* Actions.IncXY has 4 new arguments: `stepX`, `stepY`, `index` and `direction`.
|
||||
* Actions.Rotate has 3 new arguments: `step`, `index` and `direction`.
|
||||
* Actions.ScaleX has 3 new arguments: `step`, `index` and `direction`.
|
||||
* Actions.ScaleY has 3 new arguments: `step`, `index` and `direction`.
|
||||
* Actions.ScaleXY has 4 new arguments: `stepX`, `stepY`, `index` and `direction`.
|
||||
* Actions.ScaleY has 3 new arguments: `step`, `index` and `direction`.
|
||||
* Actions.SetAlpha has 2 new arguments: `index` and `direction`.
|
||||
* Actions.SetBlendMode has 2 new arguments: `index` and `direction`.
|
||||
* Actions.SetDepth has 2 new arguments: `index` and `direction`.
|
||||
|
@ -72,6 +72,9 @@
|
|||
* Actions.SetScaleX has 2 new arguments: `index` and `direction`.
|
||||
* Actions.SetScaleY has 2 new arguments: `index` and `direction`.
|
||||
* Actions.SetVisible has 2 new arguments: `index` and `direction`.
|
||||
* Actions.SetX has 2 new arguments: `index` and `direction`.
|
||||
* Actions.SetXY has 2 new arguments: `index` and `direction`.
|
||||
* Actions.SetY has 2 new arguments: `index` and `direction`.
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue