added all necessary logic for the turn waiting class and adjusted some messages

This commit is contained in:
Fleischer Hanno
2024-11-30 22:23:40 +01:00
parent 81d037d232
commit 5ff56ed9d8
4 changed files with 93 additions and 9 deletions

View File

@@ -17,7 +17,7 @@ public class MdgaApp extends SimpleApplication {
MdgaView view = null;
private MdgaState state = MdgaState.MAIN;
private static float resolutionFactor = 1.8f;
private static float resolutionFactor = 1.0f;
public static void main(String[] args) {
AppSettings settings = new AppSettings(true);