PhaserEditor2D / PhaserEditor2D-v3

A web-based IDE for HTML5 game development. Powered by Phaser.
https://phasereditor2d.com
MIT License
433 stars 61 forks source link

Add "protected" scope property option in object settings #307

Open BobbyBurt opened 9 months ago

BobbyBurt commented 9 months ago

Along with local, method, class, public and nested prefab, I'd like to be able to set objects as TS' "protected" accesss modifier.

PhaserEditor2D commented 8 months ago

Yes, maybe. Are you using it in a regular scene or a prefab?