SCED/xml/accessories/PlayermatHider.xml

76 lines
1.6 KiB
XML
Raw Normal View History

2023-10-21 06:02:17 -04:00
<Defaults>
<Text color="White"
2023-10-21 06:10:53 -04:00
fontSize="110"
2023-10-21 06:02:17 -04:00
alignment="MiddleLeft"
font="font_teutonic-arkham"/>
2023-10-21 06:10:53 -04:00
<Button fontSize="110"
2023-10-21 06:02:17 -04:00
height="200"
width="600"
hoverClass="bGrey"
pressClass="bWhite"
selectClass="bWhite"
color="#aaaaaa"
font="font_teutonic-arkham"/>
<Button class="bGrey"
color="grey"/>
<Button class="bWhite"
color="white"/>
<Button class="activeTab"
color="#ffffff"/>
<Row preferredHeight="300"/>
</Defaults>
<TableLayout height="1600"
width="1800"
columnWidths="1000 800"
rotation="0 0 180"
position="0 0 -11"
scale="0.1 0.1 0.1"
cellBackgroundColor="none">
<Row preferredHeight="400">
<Cell columnSpan="2">
<Text fontSize="200"
alignment="UpperCenter">Playermat Hider</Text>
</Cell>
</Row>
2023-10-20 09:43:37 -04:00
<Row>
<Cell>
2023-10-21 06:10:53 -04:00
<Text color="White">Playermat 1 (White)</Text>
2023-10-20 09:43:37 -04:00
</Cell>
<Cell>
2023-10-21 06:02:17 -04:00
<Panel>
<Button onClick="onClick_hideShow(White)">Show / Hide</Button>
</Panel>
2023-10-20 09:43:37 -04:00
</Cell>
</Row>
<Row>
<Cell>
2023-10-21 06:10:53 -04:00
<Text color="Orange">Playermat 2 (Orange)</Text>
2023-10-20 09:43:37 -04:00
</Cell>
<Cell>
2023-10-21 06:02:17 -04:00
<Panel>
<Button onClick="onClick_hideShow(Orange)">Show / Hide</Button>
</Panel>
2023-10-20 09:43:37 -04:00
</Cell>
</Row>
<Row>
<Cell>
2023-10-21 06:10:53 -04:00
<Text color="Green">Playermat 3 (Green)</Text>
2023-10-20 09:43:37 -04:00
</Cell>
<Cell>
2023-10-21 06:02:17 -04:00
<Panel>
<Button onClick="onClick_hideShow(Green)">Show / Hide</Button>
</Panel>
2023-10-20 09:43:37 -04:00
</Cell>
</Row>
<Row>
<Cell>
2023-10-21 06:10:53 -04:00
<Text color="Red">Playermat 4 (Red)</Text>
2023-10-20 09:43:37 -04:00
</Cell>
<Cell>
2023-10-21 06:02:17 -04:00
<Panel>
<Button onClick="onClick_hideShow(Red)">Show / Hide</Button>
</Panel>
2023-10-20 09:43:37 -04:00
</Cell>
</Row>
</TableLayout>