Files
OldThink/Content.Client/_Amour/InteractionPanel/UI/InteractionPanelButton.xaml

12 lines
541 B
Plaintext
Raw Normal View History

2024-02-23 18:52:03 +03:00
<ui:InteractionPanelButton
xmlns="https://spacestation14.io"
xmlns:ui="clr-namespace:Content.Client._Amour.InteractionPanel.UI">
2024-02-23 18:52:03 +03:00
<Control Name="ColorControl">
<BoxContainer HorizontalAlignment="Left">
<TextureRect TexturePath="/Textures/_Amour/Alerts/arousal.rsi/arousal.png" Name="Rect" Margin="5 5 5 5"/>
2024-02-23 18:52:03 +03:00
<Label Name="InteractionName" Margin="10 0 15 0"/>
</BoxContainer>
<Label Text=">" Margin="5 0 5 0" HorizontalAlignment="Right"/>
</Control>
</ui:InteractionPanelButton>