mirror of
https://github.com/Anuken/Mindustry.git
synced 2025-01-05 21:10:53 +07:00
Don't rotate base shadow
This commit is contained in:
parent
d7191e4f71
commit
49489ffadc
@ -409,7 +409,7 @@ public class Block extends UnlockableContent implements Senseable{
|
||||
Draw.rect(
|
||||
variants == 0 ? customShadowRegion :
|
||||
variantShadowRegions[Mathf.randomSeed(tile.pos(), 0, Math.max(0, variantShadowRegions.length - 1))],
|
||||
tile.drawx(), tile.drawy(), tile.build == null ? 0f : tile.build.drawrot());
|
||||
tile.drawx(), tile.drawy());
|
||||
Draw.color();
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user