Per release
This commit is contained in:
parent
f2edac0cbd
commit
a3d1429c66
@ -27,7 +27,7 @@ class Setting extends Emitter<ISettingEvents> {
|
|||||||
/**
|
/**
|
||||||
* 语言
|
* 语言
|
||||||
*/
|
*/
|
||||||
public language: Language = "EN_US";
|
public language: Language = "ZH_CN";
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 布局
|
* 布局
|
||||||
|
@ -19,7 +19,7 @@ class Actuator extends Emitter<IActuatorEvent> {
|
|||||||
/**
|
/**
|
||||||
* 模拟帧率
|
* 模拟帧率
|
||||||
*/
|
*/
|
||||||
public fps: number = 36;
|
public fps: number = 60;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 仿真是否进行
|
* 仿真是否进行
|
||||||
|
Loading…
Reference in New Issue
Block a user