merge the new developmentbranch into the test branch #39

Closed
j23f0712 wants to merge 431 commits from development2 into dev/test
257 changed files with 13612 additions and 2522 deletions
Showing only changes of commit 76b3e18dbe - Show all commits

View File

@@ -11,6 +11,7 @@ public enum Asset {
cir,
heer,
jet,
jet_noGear("Models/jet/jet_noGear.j3o", "Models/jet/jet_diff.png"),
lw,
marine,
node_home_blue("Models/node_home/node_home.j3o", "Models/node_home/node_home_blue_diff.png"),

View File

@@ -85,7 +85,7 @@ public Game() {
gameStatistics = new Statistic();
initializeDrawPile();
board = new Board();
die = new Die(2,5,6,3,6);
die = new Die(2,1,6,2,1,3);
}
/**