diff --git a/source/Behavior/Behavior.ts b/source/Behavior/Behavior.ts index 40b72b5..4e14d04 100644 --- a/source/Behavior/Behavior.ts +++ b/source/Behavior/Behavior.ts @@ -9,7 +9,7 @@ import { ContactAssimilate } from "@Behavior/ContactAssimilate"; import { DelayAssimilate } from "@Behavior/DelayAssimilate"; const AllBehaviors: IAnyBehaviorRecorder[] = [ - new BehaviorRecorder(Template), + // new BehaviorRecorder(Template), new BehaviorRecorder(PhysicsDynamics), new BehaviorRecorder(Brownian), new BehaviorRecorder(BoundaryConstraint), diff --git a/source/Component/CommandBar/CommandBar.tsx b/source/Component/CommandBar/CommandBar.tsx index d0550f8..41b4ddd 100644 --- a/source/Component/CommandBar/CommandBar.tsx +++ b/source/Component/CommandBar/CommandBar.tsx @@ -99,7 +99,7 @@ class CommandBar extends Component { this.props.status ? this.props.status.newGroup() : undefined; @@ -107,7 +107,7 @@ class CommandBar extends Component { this.props.status ? this.props.status.newRange() : undefined; @@ -130,16 +130,16 @@ class CommandBar extends Component
- {getRenderButton({ + {/* {getRenderButton({ iconName: "Settings", i18NKey: "Command.Bar.Setting.Info", click: () => { this.props.status?.popup.showPopup(SettingPopup, {}); } - })} + })} */}
} diff --git a/source/Context/Setting.tsx b/source/Context/Setting.tsx index 5996ff4..ba33310 100644 --- a/source/Context/Setting.tsx +++ b/source/Context/Setting.tsx @@ -37,7 +37,7 @@ class Setting extends Emitter { /** * 语言 */ - public language: Language = "EN_US"; + public language: Language = "ZH_CN"; /** * 布局 diff --git a/source/Model/Actuator.ts b/source/Model/Actuator.ts index 0417357..5663908 100644 --- a/source/Model/Actuator.ts +++ b/source/Model/Actuator.ts @@ -19,7 +19,7 @@ class Actuator extends Emitter { /** * 模拟帧率 */ - public fps: number = 36; + public fps: number = 42; /** * 仿真是否进行 diff --git a/source/Panel/ObjectList/ObjectCommand.tsx b/source/Panel/ObjectList/ObjectCommand.tsx index ff65e1d..3855e4c 100644 --- a/source/Panel/ObjectList/ObjectCommand.tsx +++ b/source/Panel/ObjectList/ObjectCommand.tsx @@ -44,7 +44,7 @@ class ObjectCommand extends Component { this.props.status ? this.props.status.newGroup() : undefined; }} > - +
{ this.props.status ? this.props.status.newRange() : undefined; }} > - +