2021-06-09 22:19:39 +02:00
|
|
|
<Control
|
|
|
|
|
xmlns="https://spacestation14.io"
|
|
|
|
|
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
2021-06-10 23:09:07 +02:00
|
|
|
xmlns:cc="clr-namespace:Content.Client.Administration.UI.CustomControls"
|
|
|
|
|
xmlns:abt="clr-namespace:Content.Client.Administration.UI.Tabs.AdminbusTab"
|
2021-06-09 22:19:39 +02:00
|
|
|
Margin="4"
|
|
|
|
|
MinSize="50 50">
|
2021-10-10 05:47:15 -05:00
|
|
|
<GridContainer Columns="3">
|
|
|
|
|
<Button Name="SpawnEntitiesButton" Text="{Loc 'sandbox-window-spawn-entities-button'}" />
|
2022-06-02 21:50:22 +02:00
|
|
|
<Button Name="SpawnTilesButton" Text="{Loc 'sandbox-window-spawn-tiles-button'}" />
|
2022-02-08 13:54:41 -07:00
|
|
|
<Button Name="SpawnDecalsButton" Text="{Loc 'sandbox-window-spawn-decals-button'}" />
|
2021-12-11 17:28:16 -06:00
|
|
|
<Button Name="LoadGamePrototypeButton" Text="{Loc 'load-game-prototype'}"/>
|
2022-07-06 14:17:19 +10:00
|
|
|
<cc:UICommandButton Name="LoadBlueprintsButton" Command="loadbp" Text="{Loc 'load-blueprints'}" WindowType="{x:Type abt:LoadBlueprintsWindow}"/>
|
2021-10-10 05:47:15 -05:00
|
|
|
<cc:CommandButton Command="deleteewc Singularity" Name="DeleteSingulos" Text="{Loc 'delete-singularities'}"/>
|
2021-06-09 22:19:39 +02:00
|
|
|
</GridContainer>
|
|
|
|
|
</Control>
|