mirror of
https://github.com/photonstorm/phaser
synced 2024-11-25 22:20:44 +00:00
Added useSpriteSheet config property. Fix #6752
This commit is contained in:
parent
5036abe1e7
commit
2f3a92b2d9
1 changed files with 1 additions and 0 deletions
|
@ -6,4 +6,5 @@
|
|||
* @property {(string|Phaser.Textures.Texture)} [key] - The key, or instance of the Texture this Game Object will use to render with, as stored in the Texture Manager.
|
||||
* @property {(string|number)} [frame] - An optional frame from the Texture this Game Object is rendering with.
|
||||
* @property {(string|Phaser.Animations.Animation|Phaser.Types.Animations.PlayAnimationConfig)} [anims] - The string-based key of the animation to play, or an Animation instance, or a `PlayAnimationConfig` object.
|
||||
* @property {boolean} [useSpriteSheet] - This property is used exclusively by `Tilemap.createFromTiles`. Set to `true` if this Sprite is being created by a Tilemap and is part of a spritesheet.
|
||||
*/
|
||||
|
|
Loading…
Reference in a new issue