minimap tweaks

This commit is contained in:
ondra
2014-04-26 15:54:26 +02:00
parent 84ef9fb9fe
commit 38727fad71
26 changed files with 156 additions and 94 deletions
@@ -24,8 +24,8 @@ public class ScreenGame extends LayeredScreen {
this.world = obtainWorld();
addLayer(new WorldLayer(this, world));
addLayer(new HudLayer(this, world));
addLayer(new WorldLayer(this, world));
}