-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathSkill_Tree_Test.tscn
71 lines (61 loc) · 1.97 KB
/
Skill_Tree_Test.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
[gd_scene load_steps=3 format=2]
[ext_resource path="res://Skill_Tree_Node.tscn" type="PackedScene" id=1]
[ext_resource path="res://Outline_Shader.tres" type="Material" id=2]
[node name="Control" type="Control"]
__meta__ = {
"_edit_use_anchors_": false
}
[node name="CanvasLayer" type="CanvasLayer" parent="."]
[node name="Thingy" parent="CanvasLayer" instance=ExtResource( 1 )]
margin_left = 614.973
margin_top = 194.384
margin_right = 654.973
margin_bottom = 234.384
previous_nodes_paths = [ NodePath("../Arrow"), NodePath("../Ray") ]
previous_nodes_type = 1
max_row_selections = 0
[node name="Arrow" parent="CanvasLayer" instance=ExtResource( 1 )]
margin_left = 667.165
margin_top = 303.177
margin_right = 707.165
margin_bottom = 343.177
previous_nodes_paths = [ NodePath("../Lock") ]
max_row_selections = 0
[node name="Ray" parent="CanvasLayer" instance=ExtResource( 1 )]
margin_left = 517.511
margin_top = 300.124
margin_right = 557.511
margin_bottom = 340.124
previous_nodes_paths = [ NodePath("../Beam"), NodePath("../Lock") ]
max_row_selections = 0
[node name="Time" parent="CanvasLayer" instance=ExtResource( 1 )]
margin_left = 398.293
margin_top = 301.151
margin_right = 438.293
margin_bottom = 341.151
previous_nodes_paths = [ NodePath("../Beam") ]
max_row_selections = 0
[node name="Lock" parent="CanvasLayer" instance=ExtResource( 1 )]
margin_left = 606.52
margin_top = 410.303
margin_right = 646.52
margin_bottom = 450.303
previous_nodes_paths = [ NodePath("../Prison") ]
talent_row_id = "1"
[node name="Beam" parent="CanvasLayer" instance=ExtResource( 1 )]
margin_left = 468.881
margin_top = 402.558
margin_right = 508.881
margin_bottom = 442.558
previous_nodes_paths = [ NodePath("../Prison") ]
talent_row_id = "1"
[node name="Prison" parent="CanvasLayer" instance=ExtResource( 1 )]
modulate = Color( 1, 1, 1, 1 )
material = ExtResource( 2 )
margin_left = 539.077
margin_top = 523.134
margin_right = 579.077
margin_bottom = 563.134
disabled = false
max_row_selections = 0
unlocked = true