Add ground marker plugin

This commit is contained in:
Adam
2018-04-22 17:39:41 -04:00
parent 77c7532177
commit 021b1b8c14
8 changed files with 700 additions and 2 deletions

View File

@@ -381,4 +381,6 @@ public interface Client extends GameEngine
boolean isInterpolateObjectAnimations();
void setInterpolateObjectAnimations(boolean interpolate);
boolean isInInstancedRegion();
}

View File

@@ -95,7 +95,7 @@ public class LocalPoint
}
/**
* Returns the X coordinate in Region space (tiles)
* Returns the X coordinate in Scene space (tiles)
*/
public int getRegionX()
{
@@ -104,7 +104,7 @@ public class LocalPoint
/**
* Returns the Y coordinate in Region space (tiles)
* Returns the Y coordinate in Scene space (tiles)
*/
public int getRegionY()
{