-
Notifications
You must be signed in to change notification settings - Fork 0
/
par2DB2.tmp
146 lines (121 loc) · 4.33 KB
/
par2DB2.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
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
[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="VBoxContainer" parent="."]
layout_mode = 0
offset_left = 21.0
offset_top = 64.0
offset_right = 288.0
offset_bottom = 640.0
[node name="AddHero" type="Button" parent="HBoxContainer"]
layout_mode = 2
text = "+"
[node name="ScrollContainer" type="ScrollContainer" parent="HBoxContainer"]
layout_mode = 2
size_flags_vertical = 3
[node name="HeroesContainer" type="VBoxContainer" parent="HBoxContainer/ScrollContainer"]
unique_name_in_owner = true
layout_mode = 2
theme_override_constants/separation = 32
[node name="Player" parent="HBoxContainer/ScrollContainer/HeroesContainer" instance=ExtResource("2_c00vy")]
visible = false
layout_mode = 2
[node name="Player2" parent="HBoxContainer/ScrollContainer/HeroesContainer" instance=ExtResource("2_c00vy")]
visible = false
layout_mode = 2
[node name="Player3" parent="HBoxContainer/ScrollContainer/HeroesContainer" instance=ExtResource("2_c00vy")]
visible = false
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="Remove" type="Button" parent="TabContainer"]
visible = false
layout_mode = 2
text = "Удалить"
metadata/_tab_index = 3
[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": []
}
NEED_PRINT = true
[connection signal="button_down" from="HBoxContainer/AddHero" to="." method="_on_add_hero_button_down"]
[connection signal="button_down" from="TabContainer/Remove" to="." method="_on_remove_button_down"]