mirror of
https://github.com/curioustorvald/Terrarum.git
synced 2026-03-07 20:31:51 +09:00
setting default res to 1108:740, an OBS-friendly number
This commit is contained in:
@@ -208,7 +208,7 @@ public class AppLoader implements ApplicationListener {
|
||||
|
||||
public static ArrayListMap debugTimers = new ArrayListMap<String, Long>();
|
||||
|
||||
public static final int defaultW = 1110;
|
||||
public static final int defaultW = 1108;
|
||||
public static final int defaultH = 740;
|
||||
public static final int minimumW = 1080;
|
||||
public static final int minimumH = 720;
|
||||
|
||||
Reference in New Issue
Block a user