Add tile indicators plugin

Add tile indicators plugin, that will currently highlight the tile
player is walking to. It is disabled by default, and have configurable
highlighting color.

Signed-off-by: Tomas Slusny <slusnucky@gmail.com>
This commit is contained in:
Tomas Slusny
2018-01-09 23:33:10 +01:00
parent facff8fe2f
commit f565c4b7dd
6 changed files with 214 additions and 0 deletions

View File

@@ -167,4 +167,6 @@ public interface Client
boolean isIgnored(String name);
boolean isClanMember(String name);
Point getSceneDestinationLocation();
}