Shielded wall shield size (#7343)

This commit is contained in:
MEEPofFaith
2022-08-10 14:52:20 -04:00
committed by GitHub
parent 09f66d5893
commit 3fc0957197
@@ -43,7 +43,7 @@ public class ShieldWall extends Wall{
Draw.rect(block.region, x, y); Draw.rect(block.region, x, y);
if(shieldRadius > 0){ if(shieldRadius > 0){
float radius = shieldRadius * tilesize; float radius = shieldRadius * tilesize * size / 2f;
Draw.z(Layer.shields); Draw.z(Layer.shields);