Cubot are now passable + Bug fixes

This commit is contained in:
simon
2017-12-28 13:34:11 -05:00
parent 690b7e8d31
commit 21ec4ae704
11 changed files with 13 additions and 80 deletions

View File

@@ -201,4 +201,9 @@ public class Cubot extends GameObject implements Updatable, ControllableUnit {
return null;
}
}
@Override
public boolean isAt(int x, int y) {
return false;
}
}