added message contents to the messages #17

Closed
fkoppe wants to merge 27 commits from dev/client_beck into dev/client_koppe
Showing only changes of commit 9ab71bfaf6 - Show all commits

View File

@@ -15,7 +15,7 @@ public class MdgaApp extends SimpleApplication {
private ModelSyncronizer modelSyncronizer; private ModelSyncronizer modelSyncronizer;
MdgaView view = null; MdgaView view = null;
private MdgaState state = MdgaState.GAME; private MdgaState state = MdgaState.MAIN;
private static float resolutionFactor = 1f; private static float resolutionFactor = 1f;