9 lines
419 B
XML
9 lines
419 B
XML
<DefaultWindow xmlns="https://spacestation14.io"
|
|
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
|
Title="{Loc melee-speech-menu-title}">
|
|
<BoxContainer Orientation="Vertical" SeparationOverride="4" MinWidth="150" >
|
|
<Label Name="CurrentBattlecry" Text="{Loc 'melee-speech-current-battlecry'}" />
|
|
<LineEdit Name="BattlecryLineEdit" />
|
|
</BoxContainer>
|
|
</DefaultWindow>
|