Trolls speak louder than castles, or so I've heard
authorJBM <jbm@codingame.com>
Mon, 1 Jun 2020 21:56:25 +0000 (23:56 +0200)
committerJBM <jbm@codingame.com>
Mon, 1 Jun 2020 21:56:25 +0000 (23:56 +0200)
src/main/java/com/codingame/game/View.java

index 38548dc..370cad1 100644 (file)
@@ -454,6 +454,7 @@ class View {
         moveTroll();
 
         trollMessage = graphicEntityModule.createText()
+            .setZIndex(1)
             .setX(1902/2)
             .setY(680)
             .setAnchorX(0.5)