This commit is contained in:
Anuken 2020-06-01 18:55:19 -04:00
parent 68f1efdbdd
commit 69d0751e65
9 changed files with 58 additions and 14 deletions

View file

@ -554,7 +554,7 @@ public class ApplicationTests{
for(int x = 5; x < tiles.width && i < content.blocks().size; ){
Block block = content.block(i++);
if(block.isBuildable()){
if(block.canBeBuilt()){
x += block.size;
tiles.get(x, 5).setBlock(block);
x += block.size;