mirror of
https://github.com/Anuken/Mindustry.git
synced 2025-02-21 12:08:34 +07:00
Shielded wall shield size (#7343)
This commit is contained in:
parent
09f66d5893
commit
3fc0957197
@ -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);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user