connection test

This commit is contained in:
Léo 2021-06-23 20:44:13 +02:00
parent 3170c713bd
commit 56fca86614

View File

@ -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));