【配置】开启高帧率
parent
8b55bf1dc1
commit
74c5cd04c4
|
@ -70,7 +70,7 @@ namespace GameLogic
|
||||||
public static bool ShowDebug = true; // 开关调试信息
|
public static bool ShowDebug = true; // 开关调试信息
|
||||||
|
|
||||||
public static int TimerInterval = 1;
|
public static int TimerInterval = 1;
|
||||||
public static int GameFrameRate = 30; //游戏帧频
|
public static int GameFrameRate = 60; //游戏帧频
|
||||||
public static int Channel_ID = 0;
|
public static int Channel_ID = 0;
|
||||||
|
|
||||||
public static int PIXELTOWORLD = 100;
|
public static int PIXELTOWORLD = 100;
|
||||||
|
|
Loading…
Reference in New Issue