diff --git a/src/gameplay/match/match.java b/src/gameplay/match/match.java index 4759f75..a64dcfb 100644 --- a/src/gameplay/match/match.java +++ b/src/gameplay/match/match.java @@ -135,7 +135,7 @@ public class match { private static void endRound() throws InterruptedException { if(roundP1) { - //texte de victoire + //texte de victoire System.out.println("P1 won the round"); roundWon = new UIElementText("Player1 won the round", 5f, 0.25f, 0.5f, 100f, engine); roundWon.setBackground(new Vector3f(0f,0f,0f));