mirror of
https://github.com/curioustorvald/Terrarum.git
synced 2026-03-07 12:21:52 +09:00
default screen size to be exact 3:2 again (and obs-linux compatible)
This commit is contained in:
Binary file not shown.
Binary file not shown.
@@ -208,8 +208,8 @@ public class AppLoader implements ApplicationListener {
|
||||
|
||||
public static ArrayListMap debugTimers = new ArrayListMap<String, Long>();
|
||||
|
||||
public static final int defaultW = 1108;
|
||||
public static final int defaultH = 740;
|
||||
public static final int defaultW = 1116;
|
||||
public static final int defaultH = 744;
|
||||
public static final int minimumW = 1080;
|
||||
public static final int minimumH = 720;
|
||||
|
||||
|
||||
Binary file not shown.
Reference in New Issue
Block a user