mirror of
https://github.com/photonstorm/phaser
synced 2024-11-25 14:10:42 +00:00
Update NineSlice.js
This commit is contained in:
parent
3f5cc110f2
commit
47d393ac29
1 changed files with 1 additions and 1 deletions
|
@ -81,7 +81,7 @@ var Vertex = require('../../geom/mesh/Vertex');
|
||||||
*
|
*
|
||||||
* As of Phaser 3.60 this Game Object is WebGL only.
|
* As of Phaser 3.60 this Game Object is WebGL only.
|
||||||
*
|
*
|
||||||
* As of Phaser 2.61 this Game Object can now populate its values automatically
|
* As of Phaser 3.70 this Game Object can now populate its values automatically
|
||||||
* if they have been set within Texture Packer 7.1.0 or above and exported with
|
* if they have been set within Texture Packer 7.1.0 or above and exported with
|
||||||
* the atlas json. If this is the case, you can just call this method without
|
* the atlas json. If this is the case, you can just call this method without
|
||||||
* specifying anything more than the texture key and frame and it will pull the
|
* specifying anything more than the texture key and frame and it will pull the
|
||||||
|
|
Loading…
Reference in a new issue