PhaserEditor2D / PhaserEditor

A friendly IDE to develop HTML5 games based on the Phaser framework.
https://phasereditor2d.com
Eclipse Public License 1.0
330 stars 45 forks source link

Right click menu #123

Open zombiestruck opened 5 years ago

zombiestruck commented 5 years ago

It would be great to have the right click menu as 1.5 had. It was quick and easy, and for the life of me I can't figure out the new editor without it. I can't even figure out how to add a button.

PhaserEditor2D commented 5 years ago

Phaser 3 does not have a button yet :) To add an sprite you can drag a texture from the Assets view and drope it to the scene. You can morph it to a different type of object by clicking on the Type button, in the Editor section.

We are working on the HTML5 renderer of the scene editor, after it we are going to do a complete rework of the workflow. We should add a very visible toolbar and an objects palette (to create different type of objects). Please, if you find there is something missing, create an issue.

And yes, a context menu is missing. And the documentation of v2.