This commit is contained in:
Anuken
2021-10-12 08:25:00 -04:00
parent da0fea5186
commit d5f7fc842c
3 changed files with 8 additions and 5 deletions

View File

@@ -37,6 +37,7 @@ public class Minimap extends Table{
Draw.rect(renderer.minimap.getRegion(), x + width / 2f, y + height / 2f, width, height);
if(renderer.minimap.getTexture() != null){
Draw.alpha(parentAlpha);
renderer.minimap.drawEntities(x, y, width, height, 0.75f, false);
}