Expose Actor graphic and spotAnimFrame to API

This commit is contained in:
Kamiel
2018-05-01 19:16:17 -04:00
committed by Adam
parent acfba42295
commit 084f8dcb64
2 changed files with 9 additions and 0 deletions
@@ -65,6 +65,10 @@ public interface Actor extends Renderable
int getGraphic();
void setGraphic(int graphic);
void setSpotAnimFrame(int spotAnimFrame);
int getModelHeight();
Polygon getCanvasTilePoly();