Merge pull request #814 from Maxattax97/minimap-players

Add username labels to map/minimap
This commit is contained in:
Anuken
2019-10-20 17:06:48 -04:00
committed by GitHub
2 changed files with 44 additions and 3 deletions

View File

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