1
0
mirror of https://github.com/inf112-v20/Fiasko.git synced 2025-04-29 06:56:24 +02:00

removed the testing map from the lobby screen

This commit is contained in:
Tobydrama 2020-04-30 14:38:59 +02:00
parent 76a1b344e1
commit a77b3389d3

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