mirror of
https://github.com/photonstorm/phaser
synced 2024-11-22 20:53:39 +00:00
Updated log
This commit is contained in:
parent
0a152949cb
commit
37d5de50cc
1 changed files with 1 additions and 1 deletions
|
@ -53,7 +53,7 @@ This change has been introduced for `pointerdown`, `pointerup`, `pointermove`, `
|
|||
* The WebGLPipeline and WebGLRenderer have new a method `setFloat2v` which allows you to set a `uniform2fv` uniform value (thanks @Mattykins)
|
||||
* The WebGLPipeline and WebGLRenderer have new a method `setFloat3v` which allows you to set a `uniform3fv` uniform value (thanks @Mattykins)
|
||||
* The WebGLPipeline and WebGLRenderer have new a method `setFloat4v` which allows you to set a `uniform4fv` uniform value (thanks @Mattykins)
|
||||
* `Text.setLineSpacing` is a new method that allows you to easily set the line spacing value of a Text object in a chainable call.
|
||||
* `Text.setLineSpacing` is a new method that allows you to easily set the line spacing value of a Text object in a chainable call (thanks @RafelSanso)
|
||||
|
||||
## Updates
|
||||
|
||||
|
|
Loading…
Reference in a new issue