Bugfixes / Better titan sprite

This commit is contained in:
Anuken
2020-04-30 18:21:50 -04:00
parent c5859eb03a
commit 626a06ca00
10 changed files with 456 additions and 449 deletions

View File

@@ -93,7 +93,8 @@ public class Build{
return true;
}
if(!contactsGround(tile.x, tile.y, type)){
//TODO should water blocks be placeable here?
if(/*!type.requiresWater && */!contactsGround(tile.x, tile.y, type)){
return false;
}