Add UI window for loadbp (#9441)
* Add UI window for loadbp * Perms disabled * Also teleport button * wraparound fix * Review
This commit is contained in:
@@ -0,0 +1,33 @@
|
||||
<DefaultWindow
|
||||
xmlns="https://spacestation14.io" Title="{Loc Load Blueprint}">
|
||||
<BoxContainer Orientation="Vertical">
|
||||
<BoxContainer Orientation="Horizontal">
|
||||
<Label Text="{Loc Map}" MinSize="100 0" />
|
||||
<Control MinSize="50 0" />
|
||||
<OptionButton Name="MapOptions" MinSize="100 0" HorizontalExpand="True" />
|
||||
</BoxContainer>
|
||||
<BoxContainer Orientation="Horizontal">
|
||||
<Label Text="{Loc Path}" MinSize="100 0" />
|
||||
<Control MinSize="50 0" />
|
||||
<OptionButton Name="MapPath" MinSize="200 0" HorizontalExpand="True" />
|
||||
</BoxContainer>
|
||||
<BoxContainer Orientation="Horizontal">
|
||||
<Label Text="{Loc X}" MinSize="100 0" />
|
||||
<Control MinSize="50 0" />
|
||||
<SpinBox Name="XCoordinate" MinSize="100 0" HorizontalExpand="True" />
|
||||
</BoxContainer>
|
||||
<BoxContainer Orientation="Horizontal">
|
||||
<Label Text="{Loc Y}" MinSize="100 0" />
|
||||
<Control MinSize="50 0" />
|
||||
<SpinBox Name="YCoordinate" MinSize="100 0" HorizontalExpand="True" />
|
||||
</BoxContainer>
|
||||
<BoxContainer Orientation="Horizontal">
|
||||
<Label Text="{Loc Rotation}" MinSize="100 0" />
|
||||
<Control MinSize="50 0" />
|
||||
<SpinBox Name="RotationSpin" MinSize="100 0" HorizontalExpand="True" />
|
||||
</BoxContainer>
|
||||
<Button Name="SubmitButton" Text="{Loc Load Blueprint}" />
|
||||
<Button Name="TeleportButton" Text="{Loc Teleport to}" />
|
||||
<Button Name="ResetButton" Text="{Loc Reset to default}"></Button>
|
||||
</BoxContainer>
|
||||
</DefaultWindow>
|
||||
Reference in New Issue
Block a user