修改Satge的默认大小

This commit is contained in:
许轲 2023-10-03 08:45:41 +08:00
parent c52f2b44f5
commit 1ff182c58c

View File

@ -25,11 +25,11 @@ public class AppConstants {
/**
* 初始宽度
*/
public static final double SCREEN_WIDTH = 800;
public static final double SCREEN_WIDTH = 1050;
/**
* 初始高度
*/
public static final double SCREEN_LENGTH = 600;
public static final double SCREEN_LENGTH = 750;
/**
* logo地址
*/