-
Notifications
You must be signed in to change notification settings - Fork 3
Description
I made an entity property inspector/editor in Tiamblia (currently accessible with the ~
key), based on lil-gui, where you can see all the properties of the selected entity, and modify them. It includes special controls for colors, booleans, numbers and strings, thanks to lil-gui.
It shows arrays and objects as collapsible folders.
References to other entities are shown as links, which select the entity when clicked. You can drill down and then get back via breadcrumbs.
It's pretty legit. I should make it a feature of the framework. (It was easier to develop within Tiamblia where I was wanting it.)
The panel also includes buttons for loading/saving a world, or reloading the default world, and toggles for various debug modes.
I should of course try to keep it extensible if I'm bringing it into the library.