added all necessary logic for the turn waiting class and adjusted some messages
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user