Skip to content

Commit f246221

Browse files
committed
Small jsdoc fix.
1 parent bf10cfa commit f246221

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/animation/Animation.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -528,6 +528,7 @@ Object.defineProperty(Phaser.Animation.prototype, 'speed', {
528528
* @param {number} stop - The number to count to. If your frames are named 'explosion_0001' to 'explosion_0034' the stop value is 34.
529529
* @param {string} [suffix=''] - The end of the filename. If the filename was 'explosion_0001-large' the prefix would be '-large'.
530530
* @param {number} [zeroPad=0] - The number of zeroes to pad the min and max values with. If your frames are named 'explosion_0001' to 'explosion_0034' then the zeroPad is 4.
531+
* @return {array} An array of framenames.
531532
*/
532533
Phaser.Animation.generateFrameNames = function (prefix, start, stop, suffix, zeroPad) {
533534

0 commit comments

Comments
 (0)