Add clip player

This commit is contained in:
2022-04-29 12:12:06 +08:00
parent c923efcd99
commit bc67782365
9 changed files with 246 additions and 1 deletions
+1 -1
View File
@@ -55,7 +55,7 @@ class SimulatorWeb extends Component {
items: [
{panels: ["RenderView"]},
{
items: [{panels: ["BehaviorList"]}, {panels: ["LabelList"]}],
items: [{panels: ["ClipPlayer", "BehaviorList"]}, {panels: ["LabelList"]}],
scale: 80,
layout: LayoutDirection.X
}