We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 31175ae commit 817720bCopy full SHA for 817720b
1 file changed
src/physics/arcade/Body.js
@@ -429,8 +429,7 @@ var Body = new Class({
429
430
/**
431
* The Body's absolute maximum velocity, in pixels per second.
432
- *
433
- * This limits the Body's actual rate of movement but not its `velocity` values (which can still exceed `maxVelocity`).
+ * The horizontal and vertical components are applied separately.
434
*
435
* @name Phaser.Physics.Arcade.Body#maxVelocity
436
* @type {Phaser.Math.Vector2}
0 commit comments