21 lines
993 B
Plaintext
21 lines
993 B
Plaintext
|
|
<Control xmlns="https://spacestation14.io" HorizontalExpand="True">
|
||
|
|
<BoxContainer Name="MainContainer"
|
||
|
|
Orientation="Horizontal"
|
||
|
|
HorizontalExpand="True">
|
||
|
|
<Button Name="MainButton"
|
||
|
|
HorizontalExpand="True"
|
||
|
|
VerticalExpand="True"
|
||
|
|
StyleClasses="OpenRight"
|
||
|
|
Margin="0 0 -1 0">
|
||
|
|
<BoxContainer Orientation="Horizontal" HorizontalExpand="True" HorizontalAlignment="Right">
|
||
|
|
<TextureRect VerticalAlignment="Center" Visible="True" HorizontalAlignment="Center" Margin="0 0 8 0" TextureScale="2, 2" TexturePath="/Textures/_CP14/Interface/Misc/star.png"/>
|
||
|
|
<Label Name="SkillTreeLabel" Margin="-5 0 0 0"/>
|
||
|
|
</BoxContainer>
|
||
|
|
</Button>
|
||
|
|
<PanelContainer Name="ColorPanel"
|
||
|
|
VerticalExpand="True"
|
||
|
|
SetWidth="7"
|
||
|
|
Margin="0 1 0 0" />
|
||
|
|
</BoxContainer>
|
||
|
|
</Control>
|