49 lines
1.4 KiB
XML
49 lines
1.4 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<Module>
|
|
|
|
<Icon>1折射仪.png</Icon>
|
|
<Scene>ZheSheYiScene</Scene>
|
|
<Type>All</Type>
|
|
<Name>宝石分类</Name>
|
|
<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> |