2023-07-04 19:33:11 -05:00
|
|
|
<windows:CharacterWindow
|
2022-10-12 01:16:23 -07:00
|
|
|
xmlns="https://spacestation14.io"
|
|
|
|
|
xmlns:cc="clr-namespace:Content.Client.UserInterface.Controls"
|
|
|
|
|
xmlns:windows="clr-namespace:Content.Client.UserInterface.Systems.Character.Windows"
|
|
|
|
|
Title="{Loc 'character-info-title'}"
|
|
|
|
|
MinWidth="400"
|
|
|
|
|
MinHeight="545">
|
|
|
|
|
<ScrollContainer>
|
|
|
|
|
<BoxContainer Orientation="Vertical">
|
|
|
|
|
<BoxContainer Orientation="Horizontal">
|
2024-02-03 17:49:33 +07:00
|
|
|
<SpriteView OverrideDirection="South" Scale="2 2" Name="SpriteView" Access="Public" SetSize="64 64" />
|
2022-10-12 01:16:23 -07:00
|
|
|
<BoxContainer Orientation="Vertical" VerticalAlignment="Top">
|
2024-02-03 17:49:33 +07:00
|
|
|
<Label Name="NameLabel" Access="Public" />
|
|
|
|
|
<Label Name="SubText" VerticalAlignment="Top" StyleClasses="LabelSubText" Access="Public" />
|
2022-10-12 01:16:23 -07:00
|
|
|
</BoxContainer>
|
|
|
|
|
</BoxContainer>
|
2023-10-02 16:50:02 +09:00
|
|
|
|
|
|
|
|
<!-- WD EDIT -->
|
2024-02-03 17:49:33 +07:00
|
|
|
<Label Text="{Loc 'character-info-memories-label'}" HorizontalAlignment="Center" />
|
|
|
|
|
<BoxContainer Orientation="Vertical" Name="Memories" Access="Public" />
|
|
|
|
|
<cc:Placeholder Name="MemoriesPlaceholder" Access="Public"
|
|
|
|
|
PlaceholderText="{Loc 'character-info-memories-placeholder-text'}" />
|
2023-10-02 16:50:02 +09:00
|
|
|
<!-- WD EDIT END -->
|
|
|
|
|
|
2024-02-03 17:49:33 +07:00
|
|
|
<Label Name="ObjectivesLabel" Access="Public" Text="{Loc 'character-info-objectives-label'}"
|
|
|
|
|
HorizontalAlignment="Center" />
|
|
|
|
|
<BoxContainer Orientation="Vertical" Name="Objectives" Access="Public" />
|
|
|
|
|
<cc:Placeholder Name="RolePlaceholder" Access="Public"
|
|
|
|
|
PlaceholderText="{Loc 'character-info-roles-antagonist-text'}" />
|
2022-10-12 01:16:23 -07:00
|
|
|
</BoxContainer>
|
|
|
|
|
</ScrollContainer>
|
|
|
|
|
</windows:CharacterWindow>
|