-
Notifications
You must be signed in to change notification settings - Fork 0
/
par8C5F.tmp
131 lines (109 loc) · 4.05 KB
/
par8C5F.tmp
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
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
[gd_scene load_steps=7 format=3 uid="uid://couc2avgwecok"]
[ext_resource type="PackedScene" uid="uid://1u74d5d8nucc" path="res://menu/menu.tscn" id="1_sbgxh"]
[ext_resource type="Script" path="res://party.gd" id="1_snlwb"]
[ext_resource type="PackedScene" uid="uid://5qbvpm0ullpb" path="res://unit/player.tscn" id="2_c00vy"]
[ext_resource type="PackedScene" uid="uid://cwg88mn0pae6g" path="res://combat/skills/power_attack/PowerAttack.tscn" id="5_4e12d"]
[ext_resource type="PackedScene" uid="uid://7hcroct5kfa1" path="res://combat/skills/heal/HealSkill.tscn" id="5_hplxw"]
[ext_resource type="PackedScene" uid="uid://camog3a1d6fhr" path="res://component/saver/SaverComponent.tscn" id="6_w8o0o"]
[node name="Party" type="Control"]
layout_mode = 3
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
grow_horizontal = 2
grow_vertical = 2
script = ExtResource("1_snlwb")
[node name="Menu" parent="." instance=ExtResource("1_sbgxh")]
layout_mode = 1
anchors_preset = 5
anchor_left = 0.5
anchor_right = 0.5
offset_left = -137.0
offset_right = 137.0
grow_horizontal = 2
size_flags_horizontal = 4
[node name="HBoxContainer" type="HBoxContainer" parent="."]
layout_mode = 0
offset_left = 48.0
offset_top = 64.0
offset_right = 247.0
offset_bottom = 640.0
[node name="ScrollContainer" type="ScrollContainer" parent="HBoxContainer"]
layout_mode = 2
horizontal_scroll_mode = 0
[node name="VBoxContainer" type="VBoxContainer" parent="HBoxContainer/ScrollContainer"]
layout_mode = 2
theme_override_constants/separation = 32
[node name="Player" parent="HBoxContainer/ScrollContainer/VBoxContainer" node_paths=PackedStringArray("SKILLS") instance=ExtResource("2_c00vy")]
layout_mode = 2
SKILLS = [NodePath("../../../../HealSkill"), NodePath("../../../../PowerAttack")]
[node name="Player2" parent="HBoxContainer/ScrollContainer/VBoxContainer" node_paths=PackedStringArray("SKILLS") instance=ExtResource("2_c00vy")]
layout_mode = 2
SKILLS = [NodePath("../../../../PowerAttack")]
[node name="Player3" parent="HBoxContainer/ScrollContainer/VBoxContainer" instance=ExtResource("2_c00vy")]
layout_mode = 2
[node name="TabContainer" type="TabContainer" parent="."]
unique_name_in_owner = true
layout_mode = 0
offset_left = 296.0
offset_top = 64.0
offset_right = 1144.0
offset_bottom = 640.0
current_tab = 2
[node name="Оружие" type="TabBar" parent="TabContainer"]
visible = false
layout_mode = 2
metadata/_tab_index = 0
[node name="Button" type="Button" parent="TabContainer/Оружие"]
visible = false
layout_mode = 0
offset_right = 8.0
offset_bottom = 8.0
text = "Надеть меч"
[node name="Умения" type="TabBar" parent="TabContainer"]
visible = false
layout_mode = 2
metadata/_tab_index = 1
[node name="ScrollContainer" type="ScrollContainer" parent="TabContainer/Умения"]
layout_mode = 2
offset_right = 648.0
offset_bottom = 377.0
[node name="SkillsContainer" type="VBoxContainer" parent="TabContainer/Умения/ScrollContainer"]
unique_name_in_owner = true
layout_mode = 2
size_flags_horizontal = 3
size_flags_vertical = 3
[node name="Развитие" type="TabBar" parent="TabContainer"]
layout_mode = 2
metadata/_tab_index = 2
[node name="PlayerUpgradesLabel" type="Label" parent="TabContainer/Развитие"]
unique_name_in_owner = true
layout_mode = 0
offset_right = 160.0
offset_bottom = 545.0
text = "Уровень: 5. Улучшений: 12
хп +5
сила +10"
autowrap_mode = 2
[node name="ScrollContainer" type="ScrollContainer" parent="TabContainer/Развитие"]
layout_mode = 1
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
offset_left = 240.0
offset_top = 1.0
grow_horizontal = 2
grow_vertical = 2
[node name="TableUpgrades" type="GridContainer" parent="TabContainer/Развитие/ScrollContainer"]
unique_name_in_owner = true
layout_mode = 2
columns = 20
[node name="HealSkill" parent="." instance=ExtResource("5_hplxw")]
[node name="PowerAttack" parent="." instance=ExtResource("5_4e12d")]
[node name="PartySaver" parent="." instance=ExtResource("6_w8o0o")]
unique_name_in_owner = true
section = "PARTY"
data = {
"units": PackedStringArray()
}
NEED_PRINT = true