v0.8.0a: reduced the minimum window size in desktop mode
This commit is contained in:
@@ -267,8 +267,8 @@ public class SPDSettings extends GameSettings {
|
||||
|
||||
public static Point windowResolution(){
|
||||
return new Point(
|
||||
getInt( KEY_WINDOW_WIDTH, 960, 960, Integer.MAX_VALUE ),
|
||||
getInt( KEY_WINDOW_HEIGHT, 640, 640, Integer.MAX_VALUE )
|
||||
getInt( KEY_WINDOW_WIDTH, 960, 480, Integer.MAX_VALUE ),
|
||||
getInt( KEY_WINDOW_HEIGHT, 640, 320, Integer.MAX_VALUE )
|
||||
);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user