PhaserEditor2D / PhaserEditor

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

missing names at instances #161

Open MerlinEl opened 2 years ago

MerlinEl commented 2 years ago

Version

Description

-add some prefab instances in to scene -print one random instance properties in to console > console.dir(instance_01); you will see that instance name is an empty string.

Possible solution

-for now I'm adding a new property "instanceName" which is readable (but is double work, why not use names if they are already there ;-)