Skip to content

Commit 1b83674

Browse files
committed
Docs update.
1 parent f2bddfd commit 1b83674

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,9 @@ Happy coding everyone! See you on the forums.
6060

6161
Version 2.3.0 - "Tarabon" - in dev
6262

63-
### Significant Update: Phaser.Loader
63+
### Significant Update
64+
65+
#### Phaser.Loader
6466

6567
The Phaser.Loader has been updated to support parallel downloads which is now enabled by default (you can toggle it via the `Loader.enableParallel` flag) as well as adding future extensibility points with a pack/file unified filelist and an inflight queue.
6668

@@ -84,6 +86,10 @@ Loader.resetLocked is a boolean that allows you to control what happens when the
8486

8587
Thanks to @pnstickne for vast majority of this update.
8688

89+
#### Game Objects
90+
91+
All of the core Game Objects have received a small but important restructuring.
92+
8793
### New Features
8894

8995
* `Physics.Arcade.isPaused` allows you to toggle Arcade Physics processing on and off. If `true` the `Body.preUpdate` method will be skipped, halting all motion for all bodies. Note that other methods such as `collide` will still work, so be careful not to call them on paused bodies.

0 commit comments

Comments
 (0)