mirror of
https://github.com/inf112-v20/Fiasko.git
synced 2025-07-23 16:30:29 +02:00
Legger til brettet Island Hop
This commit is contained in:
@@ -44,7 +44,8 @@ public class LobbyScreen extends InteractiveScreen {
|
||||
Skin skin = new Skin(Gdx.files.internal("uiskin.json"));
|
||||
|
||||
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");
|
||||
selectBox.setSize(200, 50);
|
||||
selectBox.setPosition((applicationWidth - selectBox.getWidth()) / 2f, applicationHeight / 2f - 120);
|
||||
|
||||
|
Reference in New Issue
Block a user