mirror of
https://github.com/islehorse/HISP.git
synced 2025-04-19 19:29:15 +12:00
Add Multiplatform HISP-NOOBS
This commit is contained in:
parent
b3df338715
commit
cdc136dcd4
24 changed files with 2140 additions and 668 deletions
21
HorseIsleServer/MPN00BS/MpOrSp.axaml
Normal file
21
HorseIsleServer/MPN00BS/MpOrSp.axaml
Normal file
|
@ -0,0 +1,21 @@
|
|||
<Window xmlns="https://github.com/avaloniaui"
|
||||
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
||||
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
|
||||
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
|
||||
mc:Ignorable="d" d:DesignWidth="550" d:DesignHeight="90"
|
||||
x:Class="MPN00BS.MpOrSp"
|
||||
Title="Select Mode"
|
||||
Height="90"
|
||||
Width="550"
|
||||
MaxWidth="550"
|
||||
MaxHeight="90">
|
||||
<Grid Height="70" Width="550" HorizontalAlignment="Center" VerticalAlignment="Center" >
|
||||
<Grid.RowDefinitions>
|
||||
<RowDefinition Height="1*" />
|
||||
<RowDefinition Height="1*" />
|
||||
</Grid.RowDefinitions>
|
||||
<Button Name="playSingleplayer" Content="Play Singleplayer" HorizontalAlignment="Center" VerticalAlignment="Center" Width="515" Click="playSingleplayer_Click" Grid.Row="0"/>
|
||||
<Button Name="playMultiplayer" Content="Play Multiplayer" HorizontalAlignment="Center" VerticalAlignment="Center" Width="515" Click="playMultiplayer_Click" Grid.Row="1"/>
|
||||
</Grid>
|
||||
|
||||
</Window>
|
Loading…
Add table
Add a link
Reference in a new issue