Add UI window for loadbp (#9441)

* Add UI window for loadbp

* Perms disabled

* Also teleport button

* wraparound fix

* Review
This commit is contained in:
metalgearsloth
2022-07-06 14:17:19 +10:00
committed by GitHub
parent 0079014691
commit 7e0b49c7bd
6 changed files with 183 additions and 7 deletions

View File

@@ -10,6 +10,7 @@
<Button Name="SpawnTilesButton" Text="{Loc 'sandbox-window-spawn-tiles-button'}" />
<Button Name="SpawnDecalsButton" Text="{Loc 'sandbox-window-spawn-decals-button'}" />
<Button Name="LoadGamePrototypeButton" Text="{Loc 'load-game-prototype'}"/>
<cc:UICommandButton Name="LoadBlueprintsButton" Command="loadbp" Text="{Loc 'load-blueprints'}" WindowType="{x:Type abt:LoadBlueprintsWindow}"/>
<cc:CommandButton Command="deleteewc Singularity" Name="DeleteSingulos" Text="{Loc 'delete-singularities'}"/>
<cc:UICommandButton Command="events" Text="{Loc 'open-station-events'}" WindowType="{x:Type abt:StationEventsWindow}" />
</GridContainer>