Per release

This commit is contained in:
2022-04-07 16:51:16 +08:00
parent f2edac0cbd
commit a3d1429c66
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -27,7 +27,7 @@ class Setting extends Emitter<ISettingEvents> {
/** /**
* 语言 * 语言
*/ */
public language: Language = "EN_US"; public language: Language = "ZH_CN";
/** /**
* 布局 * 布局
+1 -1
View File
@@ -19,7 +19,7 @@ class Actuator extends Emitter<IActuatorEvent> {
/** /**
* 模拟帧率 * 模拟帧率
*/ */
public fps: number = 36; public fps: number = 60;
/** /**
* 仿真是否进行 * 仿真是否进行