intersection works
This commit is contained in:
@ -37,8 +37,8 @@ public class MapTile {
|
||||
return this.image;
|
||||
}
|
||||
|
||||
public boolean isPassable() {
|
||||
return ! this.solid;
|
||||
public boolean isSolid() {
|
||||
return this.solid;
|
||||
}
|
||||
|
||||
public void setImage(BufferedImage img) {
|
||||
|
||||
Reference in New Issue
Block a user