This commit is contained in:
Anuken
2020-10-02 19:51:30 -04:00
parent 10dd2b4b33
commit 5861fe61b2
158 changed files with 311 additions and 350 deletions

View File

@@ -214,7 +214,7 @@ public class Generators{
}
//draw shard (default team top) on top of first sprite
if(i == 1 && shardTeamTop != null){
if(region == block.teamRegions[Team.sharded.id] && shardTeamTop != null){
image.draw(shardTeamTop);
}
}