Shielded wall shield size (#7343)

This commit is contained in:
MEEPofFaith 2022-08-10 11:52:20 -07:00 committed by GitHub
parent 09f66d5893
commit 3fc0957197
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -43,7 +43,7 @@ public class ShieldWall extends Wall{
Draw.rect(block.region, x, y);
if(shieldRadius > 0){
float radius = shieldRadius * tilesize;
float radius = shieldRadius * tilesize * size / 2f;
Draw.z(Layer.shields);