Files
OldThink/Content.Client/White/UserInterface/Controls/RadialButton.xaml
DocNight 96ae4a31d8 [Feat] RadialContainer (#177)
* 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
2024-01-19 12:06:49 +03:00

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>