Expose Actor graphic and spotAnimFrame to API

This commit is contained in:
Kamiel
2018-05-01 20:36:22 +02:00
committed by Adam
parent acfba42295
commit 084f8dcb64
2 changed files with 9 additions and 0 deletions

View File

@@ -65,6 +65,10 @@ public interface Actor extends Renderable
int getGraphic();
void setGraphic(int graphic);
void setSpotAnimFrame(int spotAnimFrame);
int getModelHeight();
Polygon getCanvasTilePoly();