Model outliner (#735)

* Model outliner

* Partial revert

* Reformat code

* Object indicators overhaul -> Hull/Clickbox/Outline (with different outline styles)

* Implement config tweak for comboboxes
(unhideValue/hideValue/enabledByValue/disabledByValue)

* Reformat modeloutliner
This commit is contained in:
sdburns1998
2019-06-27 02:50:01 +02:00
committed by Kyleeld
parent bfd11cd745
commit 9142a08f3f
18 changed files with 506 additions and 92 deletions

View File

@@ -35,6 +35,7 @@ public interface RSGameObject extends GameObject
int getHeight();
@Import("orientation")
@Override
int getRsOrientation();
@Import("tag")