1
0
mirror of https://github.com/inf112-v20/Fiasko.git synced 2025-03-02 16:19:46 +01:00

added the testing map to the lobby screen

This commit is contained in:
Tobydrama 2020-04-30 14:37:32 +02:00
parent 54c1a9d485
commit e949af43bc

@ -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", "Chop_Shop_Challenge", "Around_The_World", "Death_Trap");
"Island_Hop", "Chop_Shop_Challenge", "Around_The_World", "Death_Trap", "TestRespawn");
selectBox.setSize(200, 50);
selectBox.setPosition((applicationWidth - selectBox.getWidth()) / 2f, applicationHeight / 2f - 120);