added delayed action

This commit is contained in:
Stephan Richter
2020-11-01 03:40:28 +01:00
parent 69f38373c3
commit 7eabaf9449
5 changed files with 177 additions and 51 deletions

View File

@@ -337,7 +337,7 @@ public abstract class Tile implements Constants{
}
public String title() {
return getClass().getSimpleName();
return getClass().getSimpleName() + " @ ("+x+", "+y+")";
}
@Override