Skip to content

Commit 8adecaa

Browse files
committed
Updated change log
1 parent 4c59d9a commit 8adecaa

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44

55
### New Features
66

7+
* The new Render Texture Game Object is now available. You can clear, fill and draw texture frames to it. The Render Texture itself can be displayed in-game with its own transform, or you can use it as a Bitmap Mask for another Game Object.
78
* Game.resize allows you to resize the game config, renderer and input system in one call.
89
* InputManager.resize allows you to update the bounds def and input scale in one call.
910
* Game.Config.roundPixels property added to prevent sub-pixel interpolation during rendering of Game Objects in WebGL and Canvas.
@@ -46,9 +47,9 @@
4647
* The `setFrame` method of the Texture component has been updated so that it will now automatically reset the `width` and `height` of a Game Object to match that of the new Frame. Related, it will also adjust the display origin values, because they are size based. If the Frame has a custom pivot it will set the origin to match the custom pivot instead.
4748
* ScenePlugin.swapPosition now allows you to use it to swap the positions of any two Scenes. Before the change it only allowed you to swap the position of the calling Scene and another one, but a new optional `keyB` argument opens this up.
4849
* The SceneManager no longer renders a Scene unless it is visible AND either running or paused. This now skips Scenes that are in an `init` state.
50+
* Phaser is now running Travis CI build testing again (thanks @vpmedia)
4951
* Documentation updates: thanks to @melissaelopez @samme @jblang94
5052

51-
5253
## Version 3.1.2 - 23rd February 2018
5354

5455
### Updates

0 commit comments

Comments
 (0)