merge the new developmentbranch into the test branch #39

Closed
j23f0712 wants to merge 431 commits from development2 into dev/test
253 changed files with 13266 additions and 2395 deletions
Showing only changes of commit 98a6f2e689 - Show all commits

View File

@@ -56,6 +56,7 @@ public void setState(GameStates newState){
if(this.state != null){
this.state.exit();
}
System.out.println("jetziger State:"+this.state + " new State:"+newState);
newState.enter();
state = newState;
}