Per release

This commit is contained in:
MrKBear 2022-04-07 16:51:16 +08:00
parent f2edac0cbd
commit a3d1429c66
2 changed files with 2 additions and 2 deletions

View File

@ -27,7 +27,7 @@ class Setting extends Emitter<ISettingEvents> {
/** /**
* *
*/ */
public language: Language = "EN_US"; public language: Language = "ZH_CN";
/** /**
* *

View File

@ -19,7 +19,7 @@ class Actuator extends Emitter<IActuatorEvent> {
/** /**
* *
*/ */
public fps: number = 36; public fps: number = 60;
/** /**
* 仿 * 仿