diff --git a/src/launcher/Settings.java b/src/launcher/Settings.java index 08610f6..b4d80ee 100644 --- a/src/launcher/Settings.java +++ b/src/launcher/Settings.java @@ -95,6 +95,14 @@ public class Settings { System.exit(1); } catch (ParseException e) { System.out.println("Invalid config file"); + rounds = 3; + p1 = "default"; + p2 = "default"; + width = 800; + height = 600; + fullscreen = false; + hitboxes = false; + stage = "default"; } }