SCED/xml/playercards/BookofLivingMyths.xml

40 lines
1.3 KiB
XML

<Panel id="both_buttons" position="0 -50 -22"
rotation="0 0 180"
height="400" width="500"
scale="0.25 0.25 1"
showAnimation="FadeIn" hideAnimation="FadeOut" active="false">
<TableLayout cellSpacing="20" cellBackgroundColor="rgba(1,1,1,0)">
<Row>
<Cell><Button color="rgba(1,1,1,0)" icon="resolve_bless" onClick="resolveBless"></Button></Cell></Row>
<Row><Cell><Button color="rgba(1,1,1,0)" icon="resolve_curse" onClick="resolveCurse"></Button></Cell>
</Row>
</TableLayout>
</Panel>
<Panel id="curse_button" position="0 -50 -22"
rotation="0 0 180"
height="400" width="500"
scale="0.25 0.25 1"
showAnimation="FadeIn" hideAnimation="FadeOut" active="false">
<TableLayout cellSpacing="20" cellBackgroundColor="rgba(1,1,1,0)">
<Row>
<Cell><Button color="rgba(1,1,1,0)" icon="resolve_curse" onClick="resolveCurse"></Button></Cell>
</Row>
</TableLayout>
</Panel>
<Panel id="bless_button" position="0 -50 -22"
rotation="0 0 180"
height="400" width="500"
scale="0.25 0.25 1"
showAnimation="FadeIn" hideAnimation="FadeOut" active="false">
<TableLayout cellSpacing="20" cellBackgroundColor="rgba(1,1,1,0)">
<Row>
<Cell><Button color="rgba(1,1,1,0)" icon="resolve_bless" onClick="resolveBless"></Button></Cell>
</Row>
</TableLayout>
</Panel>