[feat] Emote panel, monkey rsi fix
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
<windows:EmotionsWindow
|
||||
xmlns="https://spacestation14.io"
|
||||
xmlns:windows="clr-namespace:Content.Client.UserInterface.Systems.Emotions.Windows"
|
||||
Title="Меню эмоций"
|
||||
VerticalExpand="True"
|
||||
HorizontalExpand="True"
|
||||
MinHeight="250"
|
||||
MinWidth="300">
|
||||
<GridContainer Name="EmotionsContainer" Access="Public" Columns="3">
|
||||
|
||||
</GridContainer>
|
||||
</windows:EmotionsWindow>
|
||||
@@ -0,0 +1,13 @@
|
||||
using Robust.Client.AutoGenerated;
|
||||
using Robust.Client.UserInterface.CustomControls;
|
||||
using Robust.Client.UserInterface.XAML;
|
||||
|
||||
namespace Content.Client.UserInterface.Systems.Emotions.Windows;
|
||||
[GenerateTypedNameReferences]
|
||||
public sealed partial class EmotionsWindow : DefaultWindow
|
||||
{
|
||||
public EmotionsWindow()
|
||||
{
|
||||
RobustXamlLoader.Load(this);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user