Files
OldThink/Content.Client/_Amour/InteractionPanel/UI/InteractionPanelButton.xaml
2024-09-29 18:39:10 +03:00

12 lines
541 B
XML

<ui:InteractionPanelButton
xmlns="https://spacestation14.io"
xmlns:ui="clr-namespace:Content.Client._Amour.InteractionPanel.UI">
<Control Name="ColorControl">
<BoxContainer HorizontalAlignment="Left">
<TextureRect TexturePath="/Textures/_Amour/Alerts/arousal.rsi/arousal.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>