connection test
This commit is contained in:
parent
3170c713bd
commit
56fca86614
@ -135,7 +135,7 @@ public class match {
|
|||||||
private static void endRound() throws InterruptedException {
|
private static void endRound() throws InterruptedException {
|
||||||
|
|
||||||
if(roundP1) {
|
if(roundP1) {
|
||||||
//texte de victoire
|
//texte de victoire
|
||||||
System.out.println("P1 won the round");
|
System.out.println("P1 won the round");
|
||||||
roundWon = new UIElementText("Player1 won the round", 5f, 0.25f, 0.5f, 100f, engine);
|
roundWon = new UIElementText("Player1 won the round", 5f, 0.25f, 0.5f, 100f, engine);
|
||||||
roundWon.setBackground(new Vector3f(0f,0f,0f));
|
roundWon.setBackground(new Vector3f(0f,0f,0f));
|
||||||
|
Loading…
x
Reference in New Issue
Block a user