bugfix
This commit is contained in:
@@ -11,6 +11,7 @@ public class DiagNE extends Tile{
|
||||
|
||||
@Override
|
||||
public Map<Connector, State> connections(Direction from) {
|
||||
if (isNull(from)) return new HashMap<>();
|
||||
switch (from) {
|
||||
case NORTH:
|
||||
return Map.of(new Connector(x+1,y,Direction.WEST),State.UNDEF);
|
||||
|
||||
Reference in New Issue
Block a user