Various tweaks, new music tracks

This commit is contained in:
Anuken
2019-08-09 23:23:45 -04:00
parent 59e53eb672
commit 16f6b51857
21 changed files with 20 additions and 22 deletions

View File

@@ -249,7 +249,7 @@ public class Generators{
Image image = new Image(32, 32);
Image shadow = ImagePacker.get(item.name + (i + 1));
int offset = image.width / tilesize;
int offset = image.width / tilesize - 1;
for(int x = 0; x < image.width; x++){
for(int y = offset; y < image.height; y++){