【配置】开启高帧率

dev_chengFeng
gaoxin 2021-06-18 11:17:11 +08:00
parent 8b55bf1dc1
commit 74c5cd04c4
1 changed files with 1 additions and 1 deletions

View File

@ -70,7 +70,7 @@ namespace GameLogic
public static bool ShowDebug = true; // 开关调试信息
public static int TimerInterval = 1;
public static int GameFrameRate = 30; //游戏帧频
public static int GameFrameRate = 60; //游戏帧频
public static int Channel_ID = 0;
public static int PIXELTOWORLD = 100;