Merge pull request #1325 from WooxSolo/actor-server-world-location
Fix Actor.getWorldLocation to use pathX/pathY instead of getX/getY
This commit is contained in:
@@ -41,6 +41,12 @@ public interface RSActor extends RSRenderable, Actor
|
||||
@Import("y")
|
||||
int getY();
|
||||
|
||||
@Import("pathX")
|
||||
int[] getPathX();
|
||||
|
||||
@Import("pathY")
|
||||
int[] getPathY();
|
||||
|
||||
@Import("animation")
|
||||
@Override
|
||||
int getAnimation();
|
||||
|
||||
Reference in New Issue
Block a user