mirror of
https://github.com/inf112-v20/Fiasko.git
synced 2025-01-31 23:29:36 +01:00
Legger til brettet Death Trap
This commit is contained in:
parent
8af331c9aa
commit
405ed74898
@ -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");
|
"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);
|
||||||
|
|
||||||
|
33
src/main/resources/boards/Death_Trap.txt
Normal file
33
src/main/resources/boards/Death_Trap.txt
Normal file
@ -0,0 +1,33 @@
|
|||||||
|
12 16
|
||||||
|
01;1 01;1 01;1 01;1 01;1 01;1 01;1 01;1 01;1 01;1 01;1 01;1
|
||||||
|
01;1 34;7 35;3 01;1 01;1 01;1 01;1 01;1 01;1 35;7 34;1 01;1
|
||||||
|
01;1 35;5 05;1 05;3 05;3 05;3 05;3 05;3 05;3 05;3 35;5 21;7
|
||||||
|
01;1 01;1 05;1 04;7 05;7 05;7 05;7 05;7 04;7 05;5 01;1 01;1
|
||||||
|
18;1 01;1 05;1 05;5 01;1 01;1 35;7 34;1 05;1 05;5 01;1 01;1
|
||||||
|
01;1 01;1 05;1 09;5 05;7 05;7 19;1 35;5 05;1 05;5 01;1 01;1
|
||||||
|
01;1 01;1 05;1 05;5 35;1 22;7 05;3 05;3 09;1 05;5 01;1 01;1
|
||||||
|
01;1 01;1 05;1 05;5 34;5 35;3 01;1 17;1 05;1 05;5 01;1 01;1
|
||||||
|
01;1 01;1 05;1 04;7 05;3 05;3 05;3 05;3 04;7 05;5 01;1 01;1
|
||||||
|
01;1 35;1 03;7 05;7 05;7 05;7 05;7 05;7 05;7 03;7 35;1 01;1
|
||||||
|
01;1 34;5 35;3 01;1 01;1 01;1 01;1 01;1 01;1 35;7 34;3 01;1
|
||||||
|
21;7 01;1 01;1 01;1 01;1 01;1 01;1 01;1 01;1 01;1 01;1 01;1
|
||||||
|
01;1 01;1 01;1 01;1 01;1 01;1 01;1 01;1 01;1 01;1 01;1 01;1
|
||||||
|
01;1 01;1 01;1 01;1 01;1 01;1 01;1 01;1 01;1 01;1 01;1 01;1
|
||||||
|
29;1 27;1 01;1 25;1 01;1 23;1 24;1 01;1 26;1 01;1 28;1 30;1
|
||||||
|
01;1 01;1 01;1 01;1 01;1 01;1 01;1 01;1 01;1 01;1 01;1 01;1
|
||||||
|
0 0 1;1 0 1;1 0 0 1;1 0 1;1 0 0
|
||||||
|
0 0 0 0 0 0 0 0 0 0 0 0
|
||||||
|
1;7 0 0 0 0 0 1;5 0 0 0 0 1;3
|
||||||
|
0 0 0 0 0 0 0 0 0 0 0 0
|
||||||
|
1;7 0 0 0 0 0 0 0 0 0 0 1;3
|
||||||
|
0 0 1;3 0 0 0 0 0 0 0 0 0
|
||||||
|
0 0 0 0 0 0 0 0 0 1;7 0 0
|
||||||
|
1;7 0 0 0 0 0 0 0 0 0 0 1;3
|
||||||
|
0 0 0 0 0 0 0 0 0 0 0 0
|
||||||
|
1;7 0 0 0 0 0 1;1 0 0 0 0 1;3
|
||||||
|
0 0 0 0 0 0 0 0 0 0 0 0
|
||||||
|
0 0 1;5 0 1;5 0 0 1;5 0 1;5 0 0
|
||||||
|
0 0 1;1 0 1;1 0 0 1;1 0 1;1 0 0
|
||||||
|
0 0 0 0 0 0 0 0 0 0 0 0
|
||||||
|
0 1;7 0 1;7 0 1;7 1;7 1;7 0 1;7 0 1;7
|
||||||
|
0 0 1;5 0 1;5 0 0 1;5 0 1;5 0 0
|
Loading…
x
Reference in New Issue
Block a user