implemented rest of the server logic in choosepiece substates, and began to fix bugs after testing

This commit is contained in:
Hanno Fleischer
2024-12-08 01:59:29 +01:00
parent 0c49d7ed1c
commit 8c22d935a9
37 changed files with 467 additions and 74 deletions

View File

@@ -52,7 +52,6 @@ public GameView(MdgaApp app) {
@Override
public void onEnter() {
setOwnColor(Color.AIRFORCE);
camera.init(ownColor);
boardHandler.init();
guiHandler.init(ownColor);