Legger til brettet Chop Shop Challenge

This commit is contained in:
2020-04-27 14:12:12 +02:00
parent efb1e4c03f
commit 6c47f58858
2 changed files with 34 additions and 1 deletions

View File

@@ -45,7 +45,7 @@ public class LobbyScreen extends InteractiveScreen {
selectBox = new SelectBox<>(skin);
selectBox.setItems("Dizzy_Dash", "Checkmate", "Risky_Exchange", "Twister", "Bloodbath_Chess", "Vault_Assault",
"Island_Hop");
"Island_Hop", "Chop_Shop_Challenge");
selectBox.setSize(200, 50);
selectBox.setPosition((applicationWidth - selectBox.getWidth()) / 2f, applicationHeight / 2f - 120);