Files
StoneRed.LogicSimulator/StoneRed.LogicSimulator/Content/WorldScreen.xmmp
T
2023-07-26 19:36:42 +02:00

21 lines
823 B
Plaintext

<Project StylesheetPath="stylesheet/default_ui_skin.xmms">
<Project.ExportOptions />
<Grid>
<Grid.ColumnsProportions>
<Proportion Type="Part" />
<Proportion Type="Part" Value="3" />
<Proportion Type="Part" />
</Grid.ColumnsProportions>
<VerticalStackPanel Id="info">
<Label Text="FPS:" TextColor="#CF56BFFF" Id="fps" />
<Label Text="FRQ: " TextColor="#CF56BFFF" Id="ups" />
</VerticalStackPanel>
<Panel GridColumn="2" Background="#4BD961FF">
<VerticalStackPanel Id="settings">
<Label Text="Frequency:" />
<SpinButton Maximum="1E+09" Minimum="1" HorizontalAlignment="Stretch" Value="100" Integer="True" Id="frequency" />
<CheckBox Text="High Performance" Id="highPerformance" />
</VerticalStackPanel>
</Panel>
</Grid>
</Project>