16 lines
563 B
XML
16 lines
563 B
XML
<Control xmlns="https://spacestation14.io">
|
|
<BoxContainer>
|
|
<TextureButton
|
|
Name="Controller"
|
|
Access="Public"
|
|
VerticalExpand="True"
|
|
HorizontalExpand="True">
|
|
<TextureRect Access="Public" Name="BackgroundTexture"
|
|
VerticalExpand="True"
|
|
HorizontalExpand="True"
|
|
VerticalAlignment="Center" HorizontalAlignment="Center" Stretch="KeepAspect">
|
|
</TextureRect>
|
|
</TextureButton>
|
|
</BoxContainer>
|
|
</Control>
|