added contacts and signals

This commit is contained in:
Stephan Richter
2020-09-16 09:48:31 +02:00
parent 94579ae8a8
commit a8156d0626
20 changed files with 226 additions and 4 deletions

View File

@@ -15,8 +15,9 @@ public class Shadow extends Tile{
return super.connections(from);
}
public Shadow(Tile overlay) {
public Shadow(Tile overlay) {
this.overlay = overlay;
overlay.addShadow(this);
}
public Tile overlay() {