Release pre

This commit is contained in:
2022-04-24 14:27:25 +08:00
parent 1f08a4885b
commit 298688269c
5 changed files with 10 additions and 10 deletions
+1 -1
View File
@@ -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),
+5 -5
View File
@@ -99,7 +99,7 @@ class CommandBar extends Component<IMixinSettingProps & IMixinStatusProps, IComm
})}
{getRenderButton({
iconName: "WebAppBuilderFragmentCreate",
iconName: "WebAppBuilderFragment",
i18NKey: "Command.Bar.Add.Group.Info",
click: () => {
this.props.status ? this.props.status.newGroup() : undefined;
@@ -107,7 +107,7 @@ class CommandBar extends Component<IMixinSettingProps & IMixinStatusProps, IComm
})}
{getRenderButton({
iconName: "ProductVariant",
iconName: "CubeShape",
i18NKey: "Command.Bar.Add.Range.Info",
click: () => {
this.props.status ? this.props.status.newRange() : undefined;
@@ -130,16 +130,16 @@ class CommandBar extends Component<IMixinSettingProps & IMixinStatusProps, IComm
}
})}
{getRenderButton({ iconName: "Camera", i18NKey: "Command.Bar.Camera.Info" })}
{/* {getRenderButton({ iconName: "Camera", i18NKey: "Command.Bar.Camera.Info" })} */}
</div>
<div>
{getRenderButton({
{/* {getRenderButton({
iconName: "Settings",
i18NKey: "Command.Bar.Setting.Info",
click: () => {
this.props.status?.popup.showPopup(SettingPopup, {});
}
})}
})} */}
</div>
</Theme>
}
+1 -1
View File
@@ -37,7 +37,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 = 42;
/**
* 仿真是否进行
+2 -2
View File
@@ -44,7 +44,7 @@ class ObjectCommand extends Component<IMixinStatusProps> {
this.props.status ? this.props.status.newGroup() : undefined;
}}
>
<Icon iconName="WebAppBuilderFragmentCreate"></Icon>
<Icon iconName="WebAppBuilderFragment"></Icon>
</div>
<div
className="command-item"
@@ -52,7 +52,7 @@ class ObjectCommand extends Component<IMixinStatusProps> {
this.props.status ? this.props.status.newRange() : undefined;
}}
>
<Icon iconName="ProductVariant"></Icon>
<Icon iconName="CubeShape"></Icon>
</div>
<div
className="command-item red"