Skip to content

v3.3.0 - July 1, 2020

Compare
Choose a tag to compare
@PhaserEditor2D PhaserEditor2D released this 30 Jun 18:37
· 2196 commits to master since this release
e90b559

Version 3.3.0 - July 1, 2020.

Added

  • Asset Pack: allows to import SVG files as HTML Image.
  • Asset Pack: adds an Open button to the File Key section.
  • Asset Pack: shows a Help link in the menu of the Inspector sections.
  • Closes a couple of Input dialogs (New File, New Project, Rename File) when press ENTER in the input field.
  • Go To File command Ctrl+P.
  • Viewer dialog selects visible (or selected) item with the ENTER key.
  • Filtered Viewer: allows pressing the Up/Down keys to focus the filter text or the viewer.
  • Filtered Viewer: shows zoom buttons.
  • Upload dialog: allows to drop files.
  • Scene Editor: the Select Region tool.
  • Scene Editor: scale proportionally if the Shift key is pressed when using the Scale tool.
  • Scene Editor: arrow keys commands to change the position of the objects. Press Shift for 10x. It respects snap values.
  • Scene Editor: enables copy/paste objects across scenes.
  • Scene Editor: Inspector view sections show a menu with a Help item and related commands.
  • Scene Editor: automatic creation of root container in a prefab scene.
  • Scene Editor: in a prefab scene, non-prefab objects are renderer with transparency.
  • #41 Scene Editor: zoom in/out buttons.

Modified

  • Improved Asset Pack File section in Inspector view.
  • #44 Workbench: does not validate if there is an index.html file in the root folder.

Fixed

  • Fixes menu vertical positioning when there is few space at the top.
  • Scene Editor: shows message when a prefab is not found.
  • Scene Editor: fixes user property declaration when no initial value is provided.
  • #45 Scene Editor: compiler skips using field declarations in JavaScript output. It is not supported in Safari.
  • Scene Editor: fixes scene compiler code merging when the output file was modified by formatters that replace tab chars with spaces.
  • Scene Editor: fixes mouse wheel click on Safari.