-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathViewSkillTree.tscn
83 lines (70 loc) · 2.26 KB
/
ViewSkillTree.tscn
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
[gd_scene load_steps=6 format=2]
[ext_resource path="res://ViewSkillTree.gd" type="Script" id=1]
[ext_resource path="res://fonts/CommitMono-700-Regular.otf" type="DynamicFontData" id=2]
[ext_resource path="res://fonts/CommitMono-400-Regular.otf" type="DynamicFontData" id=3]
[sub_resource type="DynamicFont" id=1]
size = 24
outline_size = 3
outline_color = Color( 0, 0, 0, 1 )
font_data = ExtResource( 2 )
[sub_resource type="DynamicFont" id=2]
size = 20
outline_size = 2
outline_color = Color( 0, 0, 0, 1 )
font_data = ExtResource( 3 )
[node name="ViewSkillTree" type="Control"]
script = ExtResource( 1 )
[node name="SkillTreeContainer" type="VBoxContainer" parent="."]
unique_name_in_owner = true
margin_left = 50.0
margin_top = 50.0
margin_right = 40.0
margin_bottom = 40.0
custom_constants/separation = 15
[node name="SkillRow1" type="HBoxContainer" parent="SkillTreeContainer"]
size_flags_horizontal = 0
[node name="SkillRow2" type="HBoxContainer" parent="SkillTreeContainer"]
margin_top = 15.0
margin_right = 200.0
margin_bottom = 15.0
[node name="SkillRow3" type="HBoxContainer" parent="SkillTreeContainer"]
margin_top = 30.0
margin_right = 200.0
margin_bottom = 30.0
[node name="SkillName" type="RichTextLabel" parent="SkillTreeContainer"]
margin_top = 45.0
margin_right = 200.0
margin_bottom = 73.0
rect_clip_content = false
mouse_filter = 1
custom_fonts/normal_font = SubResource( 1 )
fit_content_height = true
[node name="ScrollContainer" type="ScrollContainer" parent="SkillTreeContainer"]
margin_top = 88.0
margin_right = 200.0
margin_bottom = 203.0
rect_min_size = Vector2( 200, 115 )
size_flags_vertical = 3
follow_focus = true
scroll_horizontal_enabled = false
[node name="SkillDescription" type="RichTextLabel" parent="SkillTreeContainer/ScrollContainer"]
margin_right = 200.0
margin_bottom = 60.0
rect_min_size = Vector2( 100, 60 )
size_flags_horizontal = 3
fit_content_height = true
scroll_following = true
[node name="UnlockButton" type="Button" parent="SkillTreeContainer"]
margin_top = 218.0
margin_right = 200.0
margin_bottom = 246.0
custom_fonts/font = SubResource( 2 )
text = "Unlock"
[node name="Stats" type="RichTextLabel" parent="."]
unique_name_in_owner = true
margin_left = 702.0
margin_top = 283.0
margin_right = 1002.0
margin_bottom = 583.0
text = "Foo bar asdkflasjfdsa
"