mirror of
https://github.com/photonstorm/phaser
synced 2024-11-22 20:53:39 +00:00
Emitter methods at
, explode
, flow
, kill
, revive
, setAlpha
, setRotation
, setScale
, setSize
, setXSpeed
, setYSpeed
and start
now return the Emitter instance for better method chaining (thanks @samme #2308)
This commit is contained in:
parent
1f664af97c
commit
0ecd1c6170
1 changed files with 1 additions and 0 deletions
|
@ -276,6 +276,7 @@ If you are an exceptional JavaScript developer and would like to join the Phaser
|
|||
|
||||
* TypeScript definitions fixes and updates (thanks @clark-stevenson)
|
||||
* Docs typo fixes (thanks ...)
|
||||
* Emitter methods `at`, `explode`, `flow`, `kill`, `revive`, `setAlpha`, `setRotation`, `setScale`, `setSize`, `setXSpeed`, `setYSpeed` and `start` now return the Emitter instance for better method chaining (thanks @samme #2308)
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
|
|
Loading…
Reference in a new issue