- add: interaction part 2

This commit is contained in:
2024-02-23 18:52:03 +03:00
parent 28c8b45eec
commit 2ec981e9e6
22 changed files with 608 additions and 79 deletions

View File

@@ -0,0 +1,12 @@
<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>