improved
This commit is contained in:
@@ -11,6 +11,19 @@
|
||||
<Button x:Name="StartButton" Content="Start Bot" Width="120"/>
|
||||
<Button x:Name="StopButton" Content="Stop Bot" Width="120" IsEnabled="False"/>
|
||||
<CheckBox x:Name="MultiplayerCheckBox" Content="Multiplayer" VerticalAlignment="Center"/>
|
||||
<TextBlock Text="Aggro:" VerticalAlignment="Center"/>
|
||||
<ComboBox x:Name="AggressivenessProfileBox" Width="150" SelectedIndex="2">
|
||||
<ComboBoxItem Content="Conservative"/>
|
||||
<ComboBoxItem Content="Balanced"/>
|
||||
<ComboBoxItem Content="Aggressive"/>
|
||||
<ComboBoxItem Content="Extreme"/>
|
||||
</ComboBox>
|
||||
<TextBlock Text="Mode Profile:" VerticalAlignment="Center"/>
|
||||
<ComboBox x:Name="ModeOptimizationProfileBox" Width="200" SelectedIndex="0">
|
||||
<ComboBoxItem Content="Auto"/>
|
||||
<ComboBoxItem Content="Singleplayer Optimized"/>
|
||||
<ComboBoxItem Content="Multiplayer Optimized"/>
|
||||
</ComboBox>
|
||||
<TextBlock Text="API Key:" VerticalAlignment="Center"/>
|
||||
<TextBox x:Name="ApiKeyBox" Width="360" Watermark="GUID player token"/>
|
||||
<TextBlock x:Name="StatusText" VerticalAlignment="Center" Text="Idle"/>
|
||||
|
||||
Reference in New Issue
Block a user