修改分光镜状态机

This commit is contained in:
李浩 2025-02-12 08:56:51 +08:00
parent 47921db416
commit 02a0e3b844

View File

@ -7,31 +7,25 @@
<Type>All</Type>
<Name>分光镜的使用</Name>
<FSM name="状态机1">
<State name="初始状态">
<Enter>
<Action type="Sequence">
<Action type="UIShow" value="UIOperationList"></Action>
<Action type="NextOperation"></Action>
</Action>
</Enter>
</State>
<FSM name="初始化状态机">
<State name="初始化">
<Enter>
<Action type="Sequence">
<Action type="UIShow" value="UIOperationList" isShow="true"></Action>
<Action type="NextOperation"></Action>
</Action>
</Enter>
</State>
<State name="初始化">
<Enter>
<Action type="Sequence">
<Action type="UIShow" value="UIOperationList" isShow="true"></Action>
<Action type="NextOperation"></Action>
</Action>
</Enter>
</State>
<Transision from="any" to="初始化">
</Transision>
</FSM>
<Transision from="any" to="初始状态">
</Transision>
</FSM>
<Score>
<Score>
<Item step="1.对准光源" name="1.对准光源" sum="0" bind=""/>
</Score>