Skip to content

v3.31.0 - Nov 29, 2021

Compare
Choose a tag to compare
@PhaserEditor2D PhaserEditor2D released this 30 Nov 16:22
· 1000 commits to master since this release

v3.31.0 - Nov 29, 2021

Added

  • #145: BitmapText: adds support for maxWidth property.
  • Scene editor: commands for setting default render type.

Changed

  • AllInOne: the Play Project command opens the default browser.
  • Scene compiler: formats Text style JSON with a VSCode similar formatting.

Fixed

  • Scene editor: fixes Break Parent command.
  • #143 Fixes bitmap font loading when pasting a bitmap text object from other scene.
  • #154 Incorrect position values passed to super call in derived class of nested prefab.
  • 150 Incorrect editor representation: Unlocked nested prefab properties aren't applied to instances of the prefab.
  • Fixes serialization of default origin values in Text and BitmapText objects. It now uses (0, 0) in those cases.
  • Always include the value of an unlocked property in the scene serialization and the code generation.
  • Scene Editor: allows changing the origin of a container prefab instance with unlocked position.
  • Scene Editor: fixes var name of nested prefabs.