-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmaiAAAA.tmp
More file actions
180 lines (150 loc) · 6.89 KB
/
maiAAAA.tmp
File metadata and controls
180 lines (150 loc) · 6.89 KB
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
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
[gd_scene load_steps=15 format=3 uid="uid://bm3ip2d6pqnxj"]
[ext_resource type="Script" path="res://Enemy.gd" id="1_cccd8"]
[ext_resource type="PackedScene" uid="uid://b36ufns1mo2kc" path="res://assets/gltf/arena/arena.gltf" id="1_nenmy"]
[ext_resource type="Script" path="res://main.gd" id="1_ygpgh"]
[ext_resource type="Script" path="res://Continue.gd" id="2_afuai"]
[ext_resource type="Script" path="res://Player.gd" id="2_pk0yy"]
[ext_resource type="PackedScene" uid="uid://did0pebisd104" path="res://behavior_trees/Difficulty2/behavior_tree3.tscn" id="5_01pq8"]
[ext_resource type="PackedScene" uid="uid://bpa5ll5ia5u6w" path="res://behavior_trees/behavior_tree1/enemy_tree1.tscn" id="5_sxouq"]
[ext_resource type="Script" path="res://addons/beehave/nodes/beehave_tree.gd" id="6_781yn"]
[ext_resource type="PackedScene" uid="uid://dfvi5g6768upw" path="res://assets/enemies/spear/spear_gladiator.tscn" id="7_b8x4m"]
[ext_resource type="PackedScene" uid="uid://cll1wpt3smqb6" path="res://assets/enemies/sword/sword_gladiator.tscn" id="8_iyplt"]
[ext_resource type="PackedScene" uid="uid://cyapoxdlg464s" path="res://assets/enemies/mace/mace_gladiator_finished.tscn" id="8_vm13h"]
[sub_resource type="ProceduralSkyMaterial" id="ProceduralSkyMaterial_nvopg"]
sky_top_color = Color(0.658493, 0.342203, 0.325236, 1)
sky_horizon_color = Color(0.805937, 0.615726, 0.372581, 1)
[sub_resource type="Sky" id="Sky_qlr20"]
sky_material = SubResource("ProceduralSkyMaterial_nvopg")
[sub_resource type="Environment" id="Environment_g1lyf"]
background_mode = 2
sky = SubResource("Sky_qlr20")
sdfgi_use_occlusion = true
[node name="Node3D" type="Node3D"]
script = ExtResource("1_ygpgh")
[node name="DirectionalLight3D" type="DirectionalLight3D" parent="."]
transform = Transform3D(0.384263, 0.144695, -0.911814, -4.44089e-16, 0.987642, 0.156728, 0.923224, -0.0602246, 0.379514, 7.24798, 13.6018, 8.73694)
light_bake_mode = 1
[node name="WorldEnvironment" type="WorldEnvironment" parent="."]
environment = SubResource("Environment_g1lyf")
[node name="Camera3D" type="Camera3D" parent="."]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 4.512, 3.959, 7.332)
current = true
fov = 33.3
size = 5.374
near = 0.165
[node name="Control" type="Control" parent="."]
layout_mode = 3
anchors_preset = 0
offset_right = 40.0
offset_bottom = 40.0
[node name="resolve" type="Label" parent="Control"]
layout_mode = 0
offset_left = 383.0
offset_top = 97.0
offset_right = 770.0
offset_bottom = 227.0
[node name="Continue" type="Button" parent="Control"]
layout_mode = 0
offset_left = 491.0
offset_top = 241.0
offset_right = 660.0
offset_bottom = 286.0
text = "Continue"
script = ExtResource("2_afuai")
[node name="Player" type="Node2D" parent="Control"]
script = ExtResource("2_pk0yy")
[node name="Attack" type="Button" parent="Control/Player"]
offset_left = 25.0
offset_top = 524.0
offset_right = 160.0
offset_bottom = 574.0
theme_override_colors/icon_disabled_color = Color(0.604586, 0, 0.230644, 1)
text = "Attack"
[node name="Attack2" type="Button" parent="Control/Player"]
offset_left = 162.0
offset_top = 524.0
offset_right = 301.0
offset_bottom = 574.0
text = "Attack2"
[node name="Attack3" type="Button" parent="Control/Player"]
offset_left = 302.0
offset_top = 525.0
offset_right = 441.0
offset_bottom = 575.0
text = "Attack3"
[node name="Block" type="Button" parent="Control/Player"]
offset_left = 25.0
offset_top = 576.0
offset_right = 160.0
offset_bottom = 626.0
text = "Block
"
[node name="Pass" type="Button" parent="Control/Player"]
offset_left = 162.0
offset_top = 576.0
offset_right = 300.0
offset_bottom = 626.0
text = "Pass"
[node name="Potion" type="Button" parent="Control/Player"]
offset_left = 302.0
offset_top = 576.0
offset_right = 440.0
offset_bottom = 626.0
text = "Potion (3/3)"
[node name="Player Information" type="Label" parent="Control/Player"]
offset_left = 53.0
offset_top = 45.0
offset_right = 151.0
offset_bottom = 106.0
text = "Player
Health: 50
"
metadata/_edit_use_anchors_ = true
[node name="Attack Description" type="Label" parent="Control/Player"]
offset_left = 477.0
offset_top = 548.0
offset_right = 820.0
offset_bottom = 609.0
[node name="Enemy" type="Node2D" parent="Control"]
script = ExtResource("1_cccd8")
[node name="BehaviorTree3" parent="Control/Enemy" node_paths=PackedStringArray("blackboard", "actor") instance=ExtResource("5_01pq8")]
blackboard = NodePath("@Node@72616")
actor = NodePath("..")
[node name="BeehaveTree" parent="Control/Enemy" node_paths=PackedStringArray("blackboard", "actor") instance=ExtResource("5_sxouq")]
enabled = false
blackboard = NodePath("@Node@72617")
actor = NodePath("..")
[node name="Enemy Information" type="Label" parent="Control/Enemy"]
offset_left = 999.0
offset_top = 538.0
offset_right = 1088.0
offset_bottom = 594.0
text = "Enemy
Health: 50
"
[node name="BeehaveTree2" type="Node" parent="Control/Enemy" node_paths=PackedStringArray("blackboard", "actor")]
script = ExtResource("6_781yn")
enabled = false
blackboard = NodePath("@Node@72618")
actor = NodePath("..")
[node name="sword_gladiator_finished" parent="." instance=ExtResource("8_iyplt")]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 3.97793, 2.15734, -2.85442)
[node name="spear_gladiator_finished" parent="." instance=ExtResource("7_b8x4m")]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 3.96202, 2.04852, -2.69917)
[node name="mace_gladiator_finished" parent="." instance=ExtResource("8_vm13h")]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 3.97193, 2.04332, -2.75988)
[node name="arena" parent="." instance=ExtResource("1_nenmy")]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 1.52055, 1.62225, -1.03656)
[connection signal="pressed" from="Control/Continue" to="." method="_on_continue_pressed"]
[connection signal="mouse_entered" from="Control/Player/Attack" to="Control/Player" method="_on_attack_mouse_entered"]
[connection signal="pressed" from="Control/Player/Attack" to="." method="_on_attack_pressed"]
[connection signal="mouse_entered" from="Control/Player/Attack2" to="Control/Player" method="_on_attack_2_mouse_entered"]
[connection signal="pressed" from="Control/Player/Attack2" to="." method="_on_attack_2_pressed"]
[connection signal="mouse_entered" from="Control/Player/Attack3" to="Control/Player" method="_on_attack_3_mouse_entered"]
[connection signal="pressed" from="Control/Player/Attack3" to="." method="_on_attack_3_pressed"]
[connection signal="mouse_entered" from="Control/Player/Block" to="Control/Player" method="_on_block_mouse_entered"]
[connection signal="pressed" from="Control/Player/Block" to="." method="_on_block_pressed"]
[connection signal="mouse_entered" from="Control/Player/Pass" to="Control/Player" method="_on_pass_mouse_entered"]
[connection signal="pressed" from="Control/Player/Pass" to="." method="_on_pass_pressed"]
[connection signal="mouse_entered" from="Control/Player/Potion" to="Control/Player" method="_on_potion_mouse_entered"]
[connection signal="pressed" from="Control/Player/Potion" to="." method="_on_potion_pressed"]