Meleespeech Action, Holoparasite Meleespeech (#19504)

This commit is contained in:
HerCoyote23
2023-08-26 15:26:28 -06:00
committed by GitHub
parent b439aad3c7
commit 407d45cd11
7 changed files with 113 additions and 74 deletions

View File

@@ -1,8 +1,8 @@
<DefaultWindow xmlns="https://spacestation14.io"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
Title="{Loc north-star-menu-title}">
Title="{Loc melee-speech-menu-title}">
<BoxContainer Orientation="Vertical" SeparationOverride="4" MinWidth="150" >
<Label Name="CurrentBattlecry" Text="{Loc 'north-star-current-battlecry'}" />
<Label Name="CurrentBattlecry" Text="{Loc 'melee-speech-current-battlecry'}" />
<LineEdit Name="BattlecryLineEdit" />
</BoxContainer>
</DefaultWindow>