* Added radial button 🥳 * Added animations 🔔 * Added network radial classes (dont forget remove InternalsSystem.cs, i mean my test hook, And StorageBoundUserInterface.cs * Functionality meow 🏛️ * Фиксы * More tests * Support now more 8 buttons * Update StorageBoundUserInterface.cs
19 lines
647 B
XML
19 lines
647 B
XML
<Control
|
|
xmlns="https://spacestation14.io"
|
|
xmlns:controls="clr-namespace:Content.Client.White.UserInterface.Controls">
|
|
|
|
<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>
|