mirror of
https://github.com/space-wizards/RobustToolbox.git
synced 2026-09-02 18:17:09 +02:00
14 lines
523 B
XML
14 lines
523 B
XML
<TileSpawnWindow
|
|
xmlns="https://spacestation14.io"
|
|
Title="Place Tiles"
|
|
SetSize="300 300"
|
|
MinSize="300 200">
|
|
<BoxContainer Orientation="Vertical">
|
|
<BoxContainer Orientation="Horizontal">
|
|
<LineEdit Name="SearchBar" Access="Public" HorizontalExpand="True" PlaceHolder="Search"/>
|
|
<Button Name="ClearButton" Access="Public" Text="Clear"/>
|
|
</BoxContainer>
|
|
<ItemList Name="TileList" Access="Public" VerticalExpand="True"/>
|
|
</BoxContainer>
|
|
</TileSpawnWindow>
|