2024-06-26 05:13:42 +03:00
|
|
|
<DefaultWindow xmlns="https://spacestation14.io" Title="{Loc 'ghost-target-window-title'}" MinSize="950 550" SetSize="950 550">
|
2024-01-12 21:34:11 +01:00
|
|
|
<BoxContainer Orientation="Vertical" HorizontalExpand="True" SizeFlagsStretchRatio="0.4">
|
|
|
|
|
<ScrollContainer VerticalExpand="True" HorizontalExpand="True" HScrollEnabled="False">
|
2024-06-26 05:13:42 +03:00
|
|
|
<BoxContainer Name="GhostTeleportContainter" Orientation="Vertical">
|
2024-01-12 21:34:11 +01:00
|
|
|
<!-- Target buttons get added here by code -->
|
|
|
|
|
</BoxContainer>
|
|
|
|
|
</ScrollContainer>
|
|
|
|
|
</BoxContainer>
|
2022-01-21 01:38:35 -08:00
|
|
|
</DefaultWindow>
|