mirror of
https://github.com/inf112-v20/Fiasko.git
synced 2025-02-07 18:49:34 +01:00
removed the testing map from the lobby screen
This commit is contained in:
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);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user