Skip to content

v3.5.0 - Aug 19, 2020

Compare
Choose a tag to compare
@PhaserEditor2D PhaserEditor2D released this 19 Aug 19:18
· 2037 commits to master since this release

Added

  • Scene Editor: shows error dialog when multiple files share the same scene id.
  • #63 Scene Editor: the Fix Duplicated Scenes ID command assign new IDs to the newer scene files.
  • Scene Editor: the Duplicate Scene File command, available in Scene Editor > context menu > Scene.
  • #65 Scene Editor: the Insert Spaces and Tab Size parameters. To convert tabs to spaces in the compiler output.
  • Scene Editor: the new created scenes will get the following parameters value from the latest modified scene: compilerOutputLanguage,compilerInsertSpaces, compilerTabSize, borderWidth, borderHeight, borderX, borderY.
  • SceneEditor: the Pan scene tool.
  • Scene Editor: allows move up/down the user components.
  • User Components Editor: the Insert Spaces and Tab Size parameters.
  • Saves the zooming state of all viewers in views, editors, dialogs, etc...
  • #59 Option to exclude a directory from the project.

Modified

  • #61 Alphabetic sorting of viewer content.
  • #47 Inspector view: clearing content of a number field resets it to the default value.

Fixes

  • Scene Editor: fixes serialization of user number properties with null as default value.
  • Scene Editor: fixes ID generation when pasting container objects.
  • #62 Scene Editor: fixes prefab constructor code generation when the texture is empty.