api: add actor graphic height accessors

This commit is contained in:
Adam
2022-01-14 16:56:12 -05:00
parent dbf1b3b011
commit a37dfd8de5

View File

@@ -268,6 +268,18 @@ public interface Actor extends Renderable
*/
void setGraphic(int graphic);
/**
* Get the height of the graphic/spotanim on the actor
* @return
*/
int getGraphicHeight();
/**
* Set the height of the graphic/spotanim on the actor
* @param height
*/
void setGraphicHeight(int height);
/**
* Get the frame of the currently playing spotanim
*