This commit is contained in:
Anuken
2018-11-11 23:31:58 -05:00
parent 3b62526267
commit 09db6dc424
514 changed files with 2795 additions and 2685 deletions

View File

@@ -54,7 +54,9 @@ public class DesktopInput extends InputHandler{
for(TextureRegion region : regions){
Draw.rect(region, x * tilesize + block.offset(), y * tilesize + block.offset(),
region.getRegionWidth() * selectScale, region.getRegionHeight() * selectScale, block.rotate ? rotation * 90 : 0);
region.getRegionWidth() * selectScale * scaling,
region.getRegionHeight() * selectScale * scaling,
block.rotate ? rotation * 90 : 0);
}
}else{
Draw.color(Palette.removeBack);