File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -143,6 +143,13 @@ one set of bindings ever created, which makes things a lot cleaner.
143143* The ` InputManager.getOffsetY ` method has been removed as it's no longer required.
144144* The ` InputManager.getScaleX ` method has been removed as it's no longer required.
145145* The ` InputManager.getScaleY ` method has been removed as it's no longer required.
146+ * The ` SceneManager.resize ` method has been removed as it's no longer required.
147+ * The ` Scene.Systems.resize ` method has been removed as it's no longer required.
148+ * Scenes will no longer dispatch the ` resize ` event. You should now listen for this event from the Scale Manager instead.
149+ * ` BaseCamera.config ` has been removed as it's no longer required.
150+ * ` BaseCamera.scaleManager ` is a new property that references the Scale Manager and is used internally for size checks.
151+ * The ` Game.resize ` method has been removed as it's no longer required. You should now call ` ScaleManager.resize ` instead.
152+ * The Game will no longer dispatch the ` resize ` event. You should now listen for this event from the Scale Manager instead.
146153
147154### New Features
148155
You can’t perform that action at this time.
0 commit comments