* add: nice ghost teleport ui * fix: fix unused import * wtf * fuck you, search bar * fix-add: finally
10 lines
553 B
XML
10 lines
553 B
XML
<DefaultWindow xmlns="https://spacestation14.io" Title="{Loc 'ghost-target-window-title'}" MinSize="950 550" SetSize="950 550">
|
|
<BoxContainer Orientation="Vertical" HorizontalExpand="True" SizeFlagsStretchRatio="0.4">
|
|
<ScrollContainer VerticalExpand="True" HorizontalExpand="True" HScrollEnabled="False">
|
|
<BoxContainer Name="GhostTeleportContainter" Orientation="Vertical">
|
|
<!-- Target buttons get added here by code -->
|
|
</BoxContainer>
|
|
</ScrollContainer>
|
|
</BoxContainer>
|
|
</DefaultWindow>
|