2025-03-27 17:20:20 +03:00
|
|
|
<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">
|
2025-05-14 12:43:43 +03:00
|
|
|
<BoxContainer Orientation="Horizontal" HorizontalExpand="True" HorizontalAlignment="Right">
|
2025-07-27 13:47:05 +03:00
|
|
|
<TextureRect Name="SkillPointImage" VerticalAlignment="Center" Visible="False" HorizontalAlignment="Center" Margin="0 0 8 0" TextureScale="2, 2" Access="Public"/>
|
2025-05-14 12:43:43 +03:00
|
|
|
<Label Name="SkillTreeLabel" Margin="-5 0 0 0"/>
|
2025-03-27 17:20:20 +03:00
|
|
|
</BoxContainer>
|
|
|
|
|
</Button>
|
|
|
|
|
<PanelContainer Name="ColorPanel"
|
|
|
|
|
VerticalExpand="True"
|
|
|
|
|
SetWidth="7"
|
|
|
|
|
Margin="0 1 0 0" />
|
|
|
|
|
</BoxContainer>
|
|
|
|
|
</Control>
|