SCED/xml/playercards/BookofLivingMyths.xml

62 lines
1.2 KiB
XML
Raw Normal View History

2024-02-15 17:22:58 -05:00
<Defaults>
<Button padding="50 50 50 50"
font="font_teutonic-arkham"
fontSize="300"
iconWidth="400"
iconAlignment="Right"
text="Resolve"/>
<Button class="inactive"
onClick="errorMessage"
color="#353535E6"
textColor="#A0A0A0"/>
<Button class="active"
onClick="resolveToken"
textColor="white"
active="false"/>
2024-06-25 13:42:21 -04:00
<TableLayout position="0 -55 -22"
2024-02-15 17:22:58 -05:00
rotation="0 0 180"
height="900"
width="1400"
2024-06-25 09:51:09 -04:00
scale="0.1 0.1 1"
2024-02-15 17:22:58 -05:00
cellSpacing="80"
cellBackgroundColor="rgba(1,1,1,0)"/>
</Defaults>
2024-06-25 13:42:21 -04:00
<Panel id="Helper"
active="false">
<TableLayout>
2024-02-14 14:01:08 -05:00
<Row>
<Cell>
<Button id="Bless"
icon="bless"
color="#9D702CE6"
class="active"/>
2024-02-14 14:01:08 -05:00
</Cell>
</Row>
<Row>
<Cell>
<Button id="Curse"
icon="curse"
color="#633A84E6"
class="active"/>
2024-02-14 14:01:08 -05:00
</Cell>
</Row>
</TableLayout>
2024-06-25 13:42:21 -04:00
<TableLayout>
2024-02-14 14:01:08 -05:00
<Row>
<Cell>
<Button id="inactiveBless"
icon="bless"
class="inactive"/>
2024-02-14 14:01:08 -05:00
</Cell>
</Row>
<Row>
<Cell>
<Button id="inactiveCurse"
icon="curse"
class="inactive"/>
2024-02-14 14:01:08 -05:00
</Cell>
</Row>
</TableLayout>
2024-06-25 13:25:59 -04:00
</Panel>