From e0d385d3d45626ab2c7bba4916da1c7b9047deff Mon Sep 17 00:00:00 2001 From: samme Date: Mon, 1 Jun 2020 09:54:36 -0700 Subject: [PATCH] New Features --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 25887e1aa..44fc31610 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,7 @@ - Phaser.Camera#fadeIn is a new camera effect. It does the opposite of [Phaser.Camera#fade](https://photonstorm.github.io/phaser-ce/Phaser.Camera.html#fade). - Phaser.SoundManager#onStateChange is a new signal, dispatched when the Web Audio context changes [state](https://developer.mozilla.org/en-US/docs/Web/API/BaseAudioContext/state), when using Web Audio. +- Phaser.Utils.Debug#state shows the current game state. ### Updates