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">
|
2023-04-30 18:46:45 +12: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">
|
|
|
|
|
<Label Name="NameLabel" Access="Public"/>
|
|
|
|
|
<Label Name="SubText" VerticalAlignment="Top" StyleClasses="LabelSubText" Access="Public"/>
|
|
|
|
|
</BoxContainer>
|
|
|
|
|
</BoxContainer>
|
2023-08-30 21:06:15 -04:00
|
|
|
<Label Name="ObjectivesLabel" Access="Public" Text="{Loc 'character-info-objectives-label'}" HorizontalAlignment="Center"/>
|
2022-10-12 01:16:23 -07:00
|
|
|
<BoxContainer Orientation="Vertical" Name="Objectives" Access="Public"/>
|
2023-08-27 04:24:24 -04:00
|
|
|
<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>
|