Phaser Editor 2D v3.1.0 released. Bug fixes. New features.


Hi!

A new release of the web-based IDE for Phaser game creation is here: v3.1.0.

This is the third release in this month, with bug fixes and some new minor features. Right now, fixing bugs reported by the users is the priority.

Games and tutorials

If you are creating games, tutorials, or any other content (no matter if it is your first project) with Phaser Editor, please, tell us, we will be proud to feature it in our website, newsletter, and social channels.

Color Picker button and the new Tint properties

In this release we added a color picker control. It is shown in all color properties.

Also, we added support for the Tint properties of an object:

Tint properties

In Phaser, the tint properties only accept integer values, but the Scene Editor allows you to write any valid HTML color format: #ff0, red, rgb(255, 0, 0), etc... The scene compiler converts that HTML color to the right integer value.

Origin manipulators

We did not include the origin manipulator tool in previous releases because we wanted to make it compatible with Container objects.

In this release we included this tool. It allows you to change the origin of an object. Even, it allows changing the "origin" of a Container.

In Phaser v3, the Container object has a fixed rotation point at 0,0. You cannot change the pivot. However, the origin tool of the Scene Editor allows you to change the rotation pivot of a Container to any point. The trick is to change the local position of the children but keeping the same global position.

You can select the origin tool in the toolbar, the context menu, or by pressing the O key.

Local/global coordinates

Now you can choose the transformation orientation of the manipulator tools: Local or Global. Local is by default.

It is available in the context menu.

Select coordinates

TypeScript project templates

We removed the JavaScript code generated by the TypeScript compiler in the TypeScript project template.

To play the game, first, you need to compile the project. This avoids confusion with the user that is not familiar with the TypeScript workflow. Also, we included a README.TXT file in the template. It has a small guide about how to compile the project.

Bug fixes

  • Scene Editor: fixes the Translate manipulator when the objects are children of a transformed container.
  • Scene Editor: fixes picking of a container prefab instance.
  • Scene Editor: fixes the Parent dialog in the Parent properties section. Now it does not show container prefab instances.
  • #26: File upload in Windows.
  • Deeply nested menus are close well.
  • Sub-menus do not overlap with the parent menu.
  • Safari browser: EventTarget constructor is not supported. We replaced it with our implementation of an event emitter.

Read the complete Change Log

Safari browser support

In this release we fixed a blocking issue with the Safari browser. We were using the EventTarget constructor, which is not supported in this browser. Now you can run Phaser Editor 2D in Safari! Yet, there are some non-blocking issues. We will fix it for the next release.

What's next

The major task in line is the improvement of the prefab system with user properties and reusable behavior components. However, the priority now is to fix all bugs reported by the users, at least, those are blocking.

Keep in contact!

Arian

Files

PhaserEditor2D v3.1.0 / Phaser 3.23.0 / macOS
External
May 25, 2020
PhaserEditor2D v3.1.0 / Phaser 3.23.0 / Windows
External
May 25, 2020
PhaserEditor2D v3.1.0 / Phaser 3.23.0 / Linux
External
May 25, 2020

Get Phaser Editor 2D

Leave a comment

Log in with itch.io to leave a comment.