SCED/xml/DoomCounter.xml

27 lines
1.2 KiB
XML
Raw Normal View History

2022-12-01 08:39:22 -05:00
<Defaults>
<Panel rotation="0 0 180"></Panel>
2024-08-31 19:15:36 -04:00
<Button class="optionButton" font="font_teutonic-arkham" colors="#88e3cf|#4f8478|#303836" fontSize="64" isOn="0" textAlignment="MiddleLeft" padding="20 20 0 0"></Button>
<Button font="font_teutonic-arkham" colors="#88e3cf|#4f8478|#303836"></Button>
2022-12-01 08:39:22 -05:00
</Defaults>
<Panel id="Buttons" offsetXY="0 285">
2024-08-31 19:15:36 -04:00
<TableLayout height="150" width="545" cellSpacing="10">
2022-12-01 08:39:22 -05:00
<Row>
<Cell columnSpan="3">
2024-08-31 19:15:36 -04:00
<Button onClick="startReset" fontSize="125">Reset</Button>
2022-12-01 08:39:22 -05:00
</Cell>
<Cell>
2024-08-31 19:15:36 -04:00
<Button onClick="toggleOptions" fontSize="65"></Button>
2022-12-01 08:39:22 -05:00
</Cell>
</Row>
</TableLayout>
</Panel>
2024-08-31 19:15:36 -04:00
<Panel id="Options" offsetXY="0 545" active="false" showAnimation="Grow" hideAnimation="Shrink">
<VerticalLayout height="300" width="545" spacing="10" childAlignment="MiddleCenter">
<Button class="optionButton" id="optionAgenda" text="☑ Doom on Agenda" onClick="optionClick(Agenda)"></Button>
<Button class="optionButton" id="optionPlayarea" text="☑ Doom in Play Area" onClick="optionClick(Playarea)"></Button>
<Button class="optionButton" id="optionPlayermats" text="☑ Doom on Playermats" onClick="optionClick(Playermats)"></Button>
2022-12-01 08:39:22 -05:00
</VerticalLayout>
</Panel>