SCED/xml/DoomCounter.xml

26 lines
1.3 KiB
XML
Raw Normal View History

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