File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -165,7 +165,7 @@ var World = new Class({
165165 * @default true
166166 * @since 3.23.0
167167 */
168- this . fixedStep = true ;
168+ this . fixedStep = GetValue ( config , 'fixedStep' , true ) ;
169169
170170 /**
171171 * The amount of elapsed ms since the last frame.
Original file line number Diff line number Diff line change 33 * @since 3.0.0
44 *
55 * @property {number } [fps=60] - Sets {@link Phaser.Physics.Arcade.World#fps}.
6+ * @property {boolean } [fixedStep=true] - Sets {@link Phaser.Physics.Arcade.World#fixedStep}.
67 * @property {number } [timeScale=1] - Sets {@link Phaser.Physics.Arcade.World#timeScale}.
78 * @property {Phaser.Types.Math.Vector2Like } [gravity] - Sets {@link Phaser.Physics.Arcade.World#gravity}.
89 * @property {number } [x=0] - Sets {@link Phaser.Physics.Arcade.World#bounds bounds.x}.
You can’t perform that action at this time.
0 commit comments