SCED/xml/playercards/TheRedClock.xml
2024-10-05 10:23:14 -05:00

32 lines
638 B
XML

<Defaults>
<Button padding="50 50 50 50"
font="font_teutonic-arkham"
fontSize="200"
textColor="White"
iconWidth="300"
iconAlignment="Right"/>
<TableLayout position="0 125 -22"
rotation="0 0 180"
height="350"
width="1400"
scale="0.1 0.1 1"
cellSpacing="80"
cellBackgroundColor="rgba(1,1,1,0)"/>
</Defaults>
<TableLayout id="Helper"
active="false">
<Row>
<Cell>
<Button onClick="takeAll"
color="#173B0BE6"
text="Take"/>
</Cell>
<Cell>
<Button onClick="addCharge"
color="#77674DE6"
text="Place"/>
</Cell>
</Row>
</TableLayout>