Debug Dateien verbessert

pull/75/head
Zocker1999NET 8 years ago
parent fb56d60dfe
commit d502ba88e4

@ -1,8 +1,8 @@
public class Debug3 extends Map_World { public class Debug3 extends Map_World {
public Debug3() { public Debug3() {
super( super(
new String[] {"Spieler Nr. 1", "Player No. 2", "Spieler Nr. 3"}, new String[] {"Spieler Nr. 1", "Player No. 2", "Spieler Nr. 3"},
new int[] {1,2,3} new int[] {1,2,3}
); );
} }
} }

@ -1,8 +1,8 @@
public class Debug4 extends Map_World { public class Debug4 extends Map_World {
public Debug4() { public Debug4() {
super( super(
new String[] {"Spieler Nr. 1", "Player No. 2", "Spieler Nr. 3","Player No. 4"}, new String[] {"Spieler Nr. 1", "Player No. 2", "Spieler Nr. 3","Player No. 4"},
new int[] {0,1,2,3} new int[] {1,2,3,4}
); );
} }
} }

@ -1,8 +1,8 @@
public class Debug5 extends Map_World { public class Debug5 extends Map_World {
public Debug5() { public Debug5() {
super( super(
new String[] {"Spieler Nr. 1", "Player No. 2", "Spieler Nr. 3", "Player No. 4", "Spieler Nr. 5"}, new String[] {"Spieler Nr. 1", "Player No. 2", "Spieler Nr. 3", "Player No. 4", "Spieler Nr. 5"},
new int[] {0,1,2,3,4} new int[] {1,2,3,4,5}
); );
} }
} }

@ -0,0 +1,8 @@
public class Debug5 extends Map_World {
public Debug5() {
super(
new String[] {"Spieler Nr. 1", "Player No. 2", "Spieler Nr. 3", "Player No. 4", "Spieler Nr. 5", "Player No. 6"},
new int[] {1,2,3,4,5,6}
);
}
}
Loading…
Cancel
Save