mirror of
https://github.com/Relintai/broken_seals.git
synced 2024-11-13 20:47:19 +01:00
77 lines
2.3 KiB
Plaintext
77 lines
2.3 KiB
Plaintext
[gd_scene load_steps=5 format=2]
|
|
|
|
[ext_resource path="res://ui/theme/ui_theme.tres" type="Theme" id=1]
|
|
[ext_resource path="res://ui/talents/Spec.tscn" type="PackedScene" id=2]
|
|
[ext_resource path="res://ui/windows/TalentWindow.gd" type="Script" id=3]
|
|
[ext_resource path="res://ui/talents/talent_switcher_button.tscn" type="PackedScene" id=4]
|
|
|
|
[node name="TalentWindow" type="PanelContainer"]
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
theme = ExtResource( 1 )
|
|
script = ExtResource( 3 )
|
|
__meta__ = {
|
|
"_edit_use_anchors_": false
|
|
}
|
|
spec_scene = ExtResource( 2 )
|
|
spec_switcher_scene = ExtResource( 4 )
|
|
spec_container_path = NodePath("VBoxContainer/TabContainer")
|
|
spec_switcher_path = NodePath("VBoxContainer/Header/SpecSwitcher")
|
|
|
|
[node name="VBoxContainer" type="VBoxContainer" parent="."]
|
|
margin_left = 4.0
|
|
margin_top = 4.0
|
|
margin_right = 1020.0
|
|
margin_bottom = 596.0
|
|
|
|
[node name="Header" type="HBoxContainer" parent="VBoxContainer"]
|
|
margin_right = 1016.0
|
|
margin_bottom = 30.0
|
|
rect_min_size = Vector2( 0, 30 )
|
|
alignment = 1
|
|
|
|
[node name="Label" type="Label" parent="VBoxContainer/Header"]
|
|
margin_top = 7.0
|
|
margin_right = 42.0
|
|
margin_bottom = 22.0
|
|
text = "Talents"
|
|
|
|
[node name="SpecSwitcher" type="HBoxContainer" parent="VBoxContainer/Header"]
|
|
margin_left = 50.0
|
|
margin_right = 968.0
|
|
margin_bottom = 30.0
|
|
size_flags_horizontal = 3
|
|
alignment = 1
|
|
|
|
[node name="Button" type="Button" parent="VBoxContainer/Header"]
|
|
margin_left = 976.0
|
|
margin_right = 1016.0
|
|
margin_bottom = 30.0
|
|
rect_min_size = Vector2( 40, 30 )
|
|
text = "X"
|
|
|
|
[node name="MarginContainer" type="MarginContainer" parent="VBoxContainer"]
|
|
visible = false
|
|
margin_top = 48.0
|
|
margin_right = 1016.0
|
|
margin_bottom = 576.0
|
|
size_flags_horizontal = 3
|
|
size_flags_vertical = 3
|
|
|
|
[node name="ScrollContainer" type="ScrollContainer" parent="VBoxContainer/MarginContainer"]
|
|
margin_right = 1016.0
|
|
margin_bottom = 528.0
|
|
scroll_horizontal_enabled = false
|
|
|
|
[node name="VBoxContainer" type="VBoxContainer" parent="VBoxContainer/MarginContainer/ScrollContainer"]
|
|
margin_right = 1016.0
|
|
size_flags_horizontal = 3
|
|
|
|
[node name="TabContainer" type="TabContainer" parent="VBoxContainer"]
|
|
margin_top = 38.0
|
|
margin_right = 1016.0
|
|
margin_bottom = 592.0
|
|
size_flags_horizontal = 3
|
|
size_flags_vertical = 3
|
|
[connection signal="pressed" from="VBoxContainer/Header/Button" to="." method="hide"]
|