tzachshabtay / MonoAGS

AGS (Adventure Game Studio) reimagined in Mono
https://tzachshabtay.github.io/MonoAGS/
Artistic License 2.0
27 stars 8 forks source link

Inspector- entity selector #175

Open tzachshabtay opened 6 years ago

tzachshabtay commented 6 years ago

Add an editor for entity/component types. Should show a dropdown with all available entities of this type/with this component. Also, the current selected entity should be a link, which when clicked, switches the inspector to show that entity. Should have a "back" button to return to the previous entity.

Should apply this editor to treenode (parent and children).