Files
wwdpublic/Content.Client/_White/UserInterface/Emotes/WhiteEmotesMenu.xaml
Spatison 462ecb429e [Tweak] Hud UI (#834)
* combat mode ui

* movement ui

* some fix

* fix

* more fix

* fix
2025-09-13 17:38:24 +03:00

13 lines
396 B
XML

<windows:WhiteEmotesMenu
xmlns="https://spacestation14.io"
xmlns:windows="clr-namespace:Content.Client._White.UserInterface.Emotes"
Title="{Loc 'emotions-menu-title'}"
VerticalExpand="True"
HorizontalExpand="True"
MinHeight="250"
MinWidth="300">
<GridContainer Name="EmotionsContainer" Access="Public" Columns="3">
</GridContainer>
</windows:WhiteEmotesMenu>