mirror of
https://github.com/photonstorm/phaser
synced 2024-11-10 07:04:31 +00:00
TS defs issue fix #6904
This commit is contained in:
parent
ad5b38b1cb
commit
3057998965
1 changed files with 3 additions and 3 deletions
|
@ -2,7 +2,7 @@
|
|||
* @typedef {object} Phaser.Types.Core.ImagesConfig
|
||||
* @since 3.0.0
|
||||
*
|
||||
* @property {string} [default] - A base64 encoded image file to use as the 'default' texture.
|
||||
* @property {string} [missing] - A base64 encoded image file to use as the 'missing' texture.
|
||||
* @property {string} [white] - A base64 encoded image file to use as the 'white' texture.
|
||||
* @property {(string|undefined|null)} [default] - A base64 encoded image file to use as the 'default' texture.
|
||||
* @property {(string|undefined|null)} [missing] - A base64 encoded image file to use as the 'missing' texture.
|
||||
* @property {(string|undefined|null)} [white] - A base64 encoded image file to use as the 'white' texture.
|
||||
*/
|
||||
|
|
Loading…
Reference in a new issue