50 lines
1.3 KiB
XML
50 lines
1.3 KiB
XML
|
<!-- include playercards/BookofLivingMyths.xml -->
|
||
|
<Defaults>
|
||
|
<Button padding="50 50 50 50"
|
||
|
font="font_teutonic-arkham"
|
||
|
fontSize="300"
|
||
|
iconWidth="400"
|
||
|
iconAlignment="Right"/>
|
||
|
<Panel position="0 -55 -22"
|
||
|
rotation="0 0 180"
|
||
|
height="900" width="1400"
|
||
|
scale="0.1 0.1 1"/>
|
||
|
<TableLayout active="false"
|
||
|
cellSpacing="80"
|
||
|
cellBackgroundColor="rgba(1,1,1,0)"/>
|
||
|
</Defaults>
|
||
|
|
||
|
<Panel>
|
||
|
<TableLayout id="actives">
|
||
|
<Row>
|
||
|
<Cell>
|
||
|
<Button id="Bless" icon="bless" textColor="White"
|
||
|
onClick="resolveToken" color="#9D702CE6" iconAlignment="Right">Resolve</Button>
|
||
|
</Cell>
|
||
|
</Row>
|
||
|
<Row>
|
||
|
<Cell>
|
||
|
<Button id="Curse" icon="curse" textColor="White"
|
||
|
onClick="resolveToken" color="#633A84E6">Resolve</Button>
|
||
|
</Cell>
|
||
|
</Row>
|
||
|
</TableLayout>
|
||
|
</Panel>
|
||
|
|
||
|
<Panel>
|
||
|
<TableLayout id="inactives">
|
||
|
<Row>
|
||
|
<Cell>
|
||
|
<Button id="inactiveBless" icon="bless" textColor="#A0A0A0"
|
||
|
onClick="errorMessage" color="#353535E6">Resolve</Button>
|
||
|
</Cell>
|
||
|
</Row>
|
||
|
<Row>
|
||
|
<Cell>
|
||
|
<Button id="inactiveCurse" icon="curse" textColor="#A0A0A0"
|
||
|
onClick="errorMessage" color="#353535E6">Resolve</Button>
|
||
|
</Cell>
|
||
|
</Row>
|
||
|
</TableLayout>
|
||
|
</Panel>
|
||
|
<!-- include playercards/BookofLivingMyths.xml -->
|