mirror of
https://github.com/WWhiteDreamProject/wwdpublic.git
synced 2026-04-19 06:28:40 +03:00
* Revert "remove: отключим наше меню эмоций в пользу колеса эмоций" This reverts commit526211be* Revert "fix: linter" This reverts commit8bf2cbfb* 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
13 lines
385 B
XML
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>
|