SCED/xml/playercards/FamilyInheritance.xml

38 lines
772 B
XML
Raw Normal View History

2024-07-06 14:16:13 -04:00
<Defaults>
<Button padding="30 30 30 30"
font="font_teutonic-arkham"
2024-07-06 14:55:18 -04:00
textColor="white"
2024-07-06 14:16:13 -04:00
fontSize="235"
shadow="#405041B3"
shadowDistance="-15 15"/>
<TableLayout position="130 0 -22"
rotation="0 0 270"
height="460"
width="2600"
scale="0.1 0.1 1"
cellSpacing="80"
cellBackgroundColor="rgba(1,1,1,0)"/>
</Defaults>
<TableLayout id="Helper"
2024-07-06 14:55:18 -04:00
active="false">
2024-07-06 14:16:13 -04:00
<Row>
<Cell>
<Button onClick="loseAll"
2024-07-06 14:55:18 -04:00
color="#6D202C"
fontSize="195"
2024-07-06 14:16:13 -04:00
text="Discard all"/>
</Cell>
<Cell>
<Button onClick="takeAll"
2024-07-06 14:55:18 -04:00
color="#173B0B"
2024-07-06 14:16:13 -04:00
text="Move all"/>
</Cell>
<Cell>
<Button onClick="add4"
2024-07-06 18:14:58 -04:00
color="#77674D"
2024-07-06 14:16:13 -04:00
text="Place 4"/>
</Cell>
</Row>
</TableLayout>