added teal

This commit is contained in:
dscarpac 2024-08-25 19:25:00 -05:00
parent 8d732e7162
commit aad215984d

View File

@ -1,16 +1,16 @@
<Defaults> <Defaults>
<Panel rotation="0 0 180"></Panel> <Panel rotation="0 0 180"></Panel>
<ToggleButton class="optionButton" colors="#50e610|#f2d82e|#f2d82e" fontSize="45" isOn="0" textAlignment="MiddleLeft" padding="30 30 0 0"></ToggleButton> <ToggleButton class="optionButton" font="font_teutonic-arkham" color="#88e3cf" colors="#88e3cf|#4f8478|#4f8478" fontSize="65" isOn="0" textAlignment="MiddleLeft" padding="30 30 0 0"></ToggleButton>
</Defaults> </Defaults>
<Panel id="Buttons" offsetXY="0 285"> <Panel id="Buttons" offsetXY="0 285">
<TableLayout height="150" width="500" cellSpacing="10"> <TableLayout height="150" width="500" cellSpacing="10">
<Row> <Row>
<Cell columnSpan="3"> <Cell columnSpan="3">
<Button onClick="startReset" fontSize="80">Reset</Button> <Button onClick="startReset" colors="#88e3cf|#4f8478" font="font_teutonic-arkham" fontSize="110">Reset</Button>
</Cell> </Cell>
<Cell> <Cell>
<ToggleButton onClick="toggleOptions" fontSize="55"></ToggleButton> <ToggleButton color="#88e3cf" onClick="toggleOptions" fontSize="60"></ToggleButton>
</Cell> </Cell>
</Row> </Row>
</TableLayout> </TableLayout>