Files
ThereDrD0 e35098f7dd Красивое УИ телепорта для призрака (#378)
* add: nice ghost teleport ui

* fix: fix unused import

* wtf

* fuck you, search bar

* fix-add: finally
2024-06-26 05:13:42 +03:00

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>