* fuck all * clean up * remove knowledge books * Update base.yml * cl * fix #991 * fix * Update subgamemodes.yml * manual migration + recipes fix * Update comoss.yml * setup data * setup skills systems * more blacksmithing skills * Update base.yml * Create CP14SkillEffectAction.cs * skill button returns * base graph UI window * skill tree drawing * UI improve * pyro setup * skill trees selection, dragging control * refactor skill system: rename Skills to LearnedSkills, add experience tracking and learning logic * Create available.png * skill description generation setup * auto parsing skill names and descriptions * Hydrosophistry * water light fire and metamagic ported to skill tre * ice dagger spell returns * Update ice_dagger.yml * delete old files * Update modular_garde.yml * ice arrow spell * link graph with parallax * show experience counter * polish * puf * p * pipap * finally ready to merg? * fix * fix 2
25 lines
995 B
XML
25 lines
995 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">
|
|
<BoxContainer Orientation="Vertical"
|
|
VerticalExpand="True"
|
|
HorizontalExpand="True"
|
|
Margin="-5 0 0 0">
|
|
<Label Name="SkillTreeLabel" />
|
|
</BoxContainer>
|
|
</BoxContainer>
|
|
</Button>
|
|
<PanelContainer Name="ColorPanel"
|
|
VerticalExpand="True"
|
|
SetWidth="7"
|
|
Margin="0 1 0 0" />
|
|
</BoxContainer>
|
|
</Control>
|