* delete skill trees
* Revert "delete skill trees"
This reverts commit 9d7fae73c4.
* learning refactor
* UI tweaks
* sword mastery skill
* telegraphy
* rapier mastery
* research table ui
* finish studing
* polish UI researching
* pyrokinetic
* more skill tree working
* heat adapt
* alchemist and metamagic update
* skill multiple effects support + metamagic bugg manapool
* impossible 😢
* skimitar gaming
* skimidi
* blacksmithing branch
* remove research restrictions
* remove species magic buff
* fix loc
* Update thaumaturgy.yml
* pip
* Delete skill_tree.yml
21 lines
1019 B
XML
21 lines
1019 B
XML
<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 Name="SkillPointImage" VerticalAlignment="Center" Visible="False" HorizontalAlignment="Center" Margin="0 0 8 0" TextureScale="2, 2" TexturePath="/Textures/_CP14/Interface/Misc/skillpoint.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>
|