Add gfx command to developer tools

Setting the spotAnimFrame to 0 is required to play the graphic from the start
This commit is contained in:
Kamiel
2018-05-01 20:37:06 +02:00
committed by Adam
parent 084f8dcb64
commit e98304b536
2 changed files with 10 additions and 0 deletions

View File

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