* Vox stuff * Species loadouts and lobby refactor The control flow for lobby is all over the shop so I pulled it all up from the individual controls so now they handle the bare minimum required and LobbyUIController handles the rest. * a * Bulk changes * a * weh * Character import / export * finalise * woops this stuff too * Also datafield exporting * comments * Review
11 lines
579 B
XML
11 lines
579 B
XML
<BoxContainer xmlns="https://spacestation14.io"
|
|
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
|
Orientation="Vertical">
|
|
<PanelContainer StyleClasses="AngleRect" HorizontalExpand="True">
|
|
<BoxContainer Name="LoadoutsContainer" Orientation="Vertical"/>
|
|
</PanelContainer>
|
|
<!-- Buffer space so we have 10 margin between controls but also 10 to the borders -->
|
|
<Label Text="{Loc 'loadout-restrictions'}" Margin="5 0 5 5"/>
|
|
<BoxContainer Name="RestrictionsContainer" Orientation="Vertical" HorizontalExpand="True" />
|
|
</BoxContainer>
|