Skip to content

Commit a794c16

Browse files
committed
improve typings: GenerateFrameNames
1 parent 3dfec6f commit a794c16

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/animations/typedefs/GenerateFrameNames.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@
88
* @property {string} [suffix=''] - The string to append to every resulting frame name if using a range or an array of `frames`.
99
* @property {integer} [zeroPad=0] - The minimum expected lengths of each resulting frame's number. Numbers will be left-padded with zeroes until they are this long, then prepended and appended to create the resulting frame name.
1010
* @property {Phaser.Types.Animations.AnimationFrame[]} [outputArray=[]] - The array to append the created configuration objects to.
11-
* @property {boolean} [frames=false] - If provided as an array, the range defined by `start` and `end` will be ignored and these frame numbers will be used.
11+
* @property {(boolean|integer[])} [frames=false] - If provided as an array, the range defined by `start` and `end` will be ignored and these frame numbers will be used.
1212
*/

0 commit comments

Comments
 (0)