Draw hull on decorative objects too

This commit is contained in:
Adam
2017-08-15 20:34:30 -04:00
parent c8b12cbc13
commit 981767b399
5 changed files with 103 additions and 51 deletions

View File

@@ -36,4 +36,10 @@ public interface DecorativeObject
@Import("y")
int getY();
@Import("rotation")
int getOrientation();
@Import("renderable1")
Renderable getRenderable();
}