mirror of
https://github.com/inf112-v20/Fiasko.git
synced 2025-08-06 15:15:28 +02:00
removed the testing map from the lobby screen
This commit is contained in:
@@ -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);
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user