Files
OldThink/Content.Client/Weapons/Melee/UI/MeleeSpeechWindow.xaml

9 lines
419 B
Plaintext
Raw Permalink Normal View History

2023-05-23 11:12:30 -07:00
<DefaultWindow xmlns="https://spacestation14.io"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
Title="{Loc melee-speech-menu-title}">
2023-05-23 11:12:30 -07:00
<BoxContainer Orientation="Vertical" SeparationOverride="4" MinWidth="150" >
<Label Name="CurrentBattlecry" Text="{Loc 'melee-speech-current-battlecry'}" />
2023-05-23 11:12:30 -07:00
<LineEdit Name="BattlecryLineEdit" />
</BoxContainer>
</DefaultWindow>