mirror of
https://github.com/inf112-v20/Fiasko.git
synced 2025-01-31 23:29:36 +01:00
added the testing map to the lobby screen
This commit is contained in:
parent
54c1a9d485
commit
e949af43bc
@ -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");
|
"Island_Hop", "Chop_Shop_Challenge", "Around_The_World", "Death_Trap", "TestRespawn");
|
||||||
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