Files
OldThink/Content.Client/_Amour/InteractionPanel/UI/InteractionPanelButton.xaml
2024-02-23 18:52:03 +03:00

13 lines
613 B
XML

<ui:InteractionPanelButton
xmlns="https://spacestation14.io"
xmlns:ui="clr-namespace:Content.Client._Amour.InteractionPanel.UI"
xmlns:controls1="clr-namespace:Content.Client.UserInterface.Controls">
<Control Name="ColorControl">
<BoxContainer HorizontalAlignment="Left">
<TextureRect TexturePath="/Textures/Interface/NavMap/beveled_circle.png" Name="Rect" Margin="5 5 5 5"/>
<Label Name="InteractionName" Margin="10 0 15 0"/>
</BoxContainer>
<Label Text=">" Margin="5 0 5 0" HorizontalAlignment="Right"/>
</Control>
</ui:InteractionPanelButton>