* base identity hide * ui * Better UI * store data in Mind * disable arrivals an leave announcement * tips updated * Enhance identity recognition and examination feedback Added logic to display remembered character names during examination and improved the process for remembering character names on map initialization. Also updated localization files to include new examination feedback strings. Minor refactoring and bug fixes in identity recognition systems. * Update CP14SharedIdentityRecognitionSystem.cs * fix
9 lines
409 B
XML
9 lines
409 B
XML
<DefaultWindow xmlns="https://spacestation14.io"
|
|
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
|
Title="{Loc 'cp14-remember-name-verb'}">
|
|
<BoxContainer Orientation="Vertical" SeparationOverride="4" MinWidth="180">
|
|
<Label Name="CurrentTextLabel" Text="{Loc 'cp14-remember-name-name'}" />
|
|
<LineEdit Name="LabelLineEdit" />
|
|
</BoxContainer>
|
|
</DefaultWindow>
|