master
GammelJan 6 years ago
parent 16231808c2
commit 39fb80428c

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.6 KiB

After

Width:  |  Height:  |  Size: 1.4 KiB

@ -305,7 +305,7 @@ public class GameScreen {
case 4:
tx[0] = new Texture("sprites/spell.png");
entitySprites[i] = new EntitySprite(tx, 32, 32);
entitySprites[i] = new EntitySprite(tx, 16, 16);
break;
}

Loading…
Cancel
Save