7 lines
299 B
XML
7 lines
299 B
XML
<Control xmlns="https://spacestation14.io">
|
|
<BoxContainer Orientation="Horizontal">
|
|
<Button Name="OffButton" StyleClasses="OpenRight" Text="{Loc 'ui-button-off'}" />
|
|
<Button Name="OnButton" StyleClasses="OpenLeft" Text="{Loc 'ui-button-on'}" />
|
|
</BoxContainer>
|
|
</Control>
|