Files
wwdpublic/Content.Client/_White/UI/Emotes/WhiteEmotesMenu.xaml
Spatison ea939d1178 [Feature] Emotes Menu Type (#215)
* Revert "remove: отключим наше меню эмоций в пользу колеса эмоций"

This reverts commit 526211be

* Revert "fix: linter"

This reverts commit 8bf2cbfb

* feature: emotes menu type

* fix: linter

* fix: linter

* fixs

* fix

* Update speech_emote_sounds.yml

* Update speech_emote_sounds.yml

* Update dogs.yml

* Update animals.yml

* Update disease_emotes.yml

* Update WhiteEmotesMenu.xaml.cs

* Update WhiteEmotesMenu.xaml.cs

* Update tags.yml
2025-03-07 09:05:50 +03:00

13 lines
385 B
XML

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