We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e879ec7 commit 84e4767Copy full SHA for 84e4767
1 file changed
src/gameobjects/group/typedefs/GroupCreateConfig.js
@@ -3,9 +3,7 @@
3
*
4
* key.length * frame.length * frameQuantity * (yoyo ? 2 : 1) * (1 + repeat)
5
6
- * In the simplest case, 1 + `repeat` objects will be created.
7
- *
8
- * If `max` is positive, then the total created will not exceed `max`.
+ * If `max` is nonzero, then the total created will not exceed `max`.
9
10
* `key` is required. {@link Phaser.GameObjects.Group#defaultKey} is not used.
11
0 commit comments