保存
This commit is contained in:
parent
67a0f01515
commit
f6110496b3
@ -8,4 +8,42 @@
|
|||||||
<Name>宝石分类</Name>
|
<Name>宝石分类</Name>
|
||||||
<OnlyCurScore>true</OnlyCurScore>
|
<OnlyCurScore>true</OnlyCurScore>
|
||||||
|
|
||||||
|
<!--状态机-->
|
||||||
|
<FSM name="状态机1">
|
||||||
|
<State name="初始状态">
|
||||||
|
<Enter>
|
||||||
|
<Action type="Sequence">
|
||||||
|
<Action type="ImageSelectMap"
|
||||||
|
scoreName=""
|
||||||
|
totalScore=""
|
||||||
|
rightScore=""
|
||||||
|
wrongScore=""
|
||||||
|
rightLabel=""
|
||||||
|
wrongLabel=""
|
||||||
|
finishedEvent=""
|
||||||
|
rightBg="baoshi/背景图.png">
|
||||||
|
<Item pic="baoshi/碧玺(红).png" rightPos="50,50" rightSize="50,50"></Item>
|
||||||
|
<Item pic="baoshi/玻璃猫眼(白).png" rightPos="50,50" rightSize="50,50"></Item>
|
||||||
|
<Item pic="baoshi/查罗石.png" rightPos="50,50" rightSize="50,50"></Item>
|
||||||
|
<Item pic="baoshi/发晶(无色).png" rightPos="50,50" rightSize="50,50"></Item>
|
||||||
|
<Item pic="baoshi/方柱石.png" rightPos="50,50" rightSize="50,50"></Item>
|
||||||
|
<Item pic="baoshi/橄榄石.png" rightPos="50,50" rightSize="50,50"></Item>
|
||||||
|
<Item pic="baoshi/合成红宝石.png" rightPos="50,50" rightSize="50,50"></Item>
|
||||||
|
<Item pic="baoshi/合成尖晶石.png" rightPos="50,50" rightSize="50,50"></Item>
|
||||||
|
</Action>
|
||||||
|
|
||||||
|
</Action>
|
||||||
|
</Enter>
|
||||||
|
</State>
|
||||||
|
|
||||||
|
|
||||||
|
<Transision from="any" to="初始状态">
|
||||||
|
</Transision>
|
||||||
|
</FSM>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</Module>
|
</Module>
|
||||||
Loading…
x
Reference in New Issue
Block a user