2024-02-17 19:48:30 -05:00
|
|
|
<!-- include playercards/BookofLivingMyths.xml -->
|
|
|
|
<Defaults>
|
|
|
|
<Button padding="50 50 50 50"
|
|
|
|
font="font_teutonic-arkham"
|
|
|
|
fontSize="300"
|
|
|
|
iconWidth="400"
|
2024-03-10 09:56:22 -04:00
|
|
|
iconAlignment="Right"
|
|
|
|
text="Resolve"/>
|
|
|
|
<Button class="inactive"
|
|
|
|
onClick="errorMessage"
|
|
|
|
color="#353535E6"
|
|
|
|
textColor="#A0A0A0"/>
|
|
|
|
<Button class="active"
|
|
|
|
onClick="resolveToken"
|
|
|
|
textColor="white"
|
|
|
|
active="false"/>
|
2024-02-17 19:48:30 -05:00
|
|
|
<Panel position="0 -55 -22"
|
|
|
|
rotation="0 0 180"
|
2024-03-10 09:56:22 -04:00
|
|
|
height="900"
|
|
|
|
width="1400"
|
2024-02-17 19:48:30 -05:00
|
|
|
scale="0.1 0.1 1"/>
|
|
|
|
<TableLayout active="false"
|
|
|
|
cellSpacing="80"
|
|
|
|
cellBackgroundColor="rgba(1,1,1,0)"/>
|
|
|
|
</Defaults>
|
|
|
|
|
|
|
|
<Panel>
|
|
|
|
<TableLayout id="actives">
|
|
|
|
<Row>
|
|
|
|
<Cell>
|
2024-03-10 09:56:22 -04:00
|
|
|
<Button id="Bless"
|
|
|
|
icon="bless"
|
|
|
|
color="#9D702CE6"
|
|
|
|
class="active"/>
|
2024-02-17 19:48:30 -05:00
|
|
|
</Cell>
|
|
|
|
</Row>
|
|
|
|
<Row>
|
|
|
|
<Cell>
|
2024-03-10 09:56:22 -04:00
|
|
|
<Button id="Curse"
|
|
|
|
icon="curse"
|
|
|
|
color="#633A84E6"
|
|
|
|
class="active"/>
|
2024-02-17 19:48:30 -05:00
|
|
|
</Cell>
|
|
|
|
</Row>
|
|
|
|
</TableLayout>
|
|
|
|
</Panel>
|
|
|
|
|
|
|
|
<Panel>
|
|
|
|
<TableLayout id="inactives">
|
|
|
|
<Row>
|
|
|
|
<Cell>
|
2024-03-10 09:56:22 -04:00
|
|
|
<Button id="inactiveBless"
|
|
|
|
icon="bless"
|
|
|
|
class="inactive"/>
|
2024-02-17 19:48:30 -05:00
|
|
|
</Cell>
|
|
|
|
</Row>
|
|
|
|
<Row>
|
|
|
|
<Cell>
|
2024-03-10 09:56:22 -04:00
|
|
|
<Button id="inactiveCurse"
|
|
|
|
icon="curse"
|
|
|
|
class="inactive"/>
|
2024-02-17 19:48:30 -05:00
|
|
|
</Cell>
|
|
|
|
</Row>
|
|
|
|
</TableLayout>
|
|
|
|
</Panel>
|
|
|
|
<!-- include playercards/BookofLivingMyths.xml -->
|