This commit is contained in:
Marek Le
2026-03-30 09:03:29 +02:00
parent 80a65fa555
commit 4fddc74df1
31 changed files with 295 additions and 153 deletions

View File

@@ -8,10 +8,11 @@
[ext_resource type="Script" uid="uid://bpfw71oprcvou" path="res://scripts/components/shield.gd" id="6"]
[ext_resource type="Script" uid="uid://b05nkuryipwny" path="res://scripts/player/targeting.gd" id="8"]
[ext_resource type="Script" uid="uid://dw3dtax5bx0of" path="res://scripts/player/respawn.gd" id="9"]
[ext_resource type="Script" uid="uid://rus4umqvvqq4" path="res://scripts/player/player_class.gd" id="10"]
[ext_resource type="Script" path="res://scripts/player/role.gd" id="10"]
[ext_resource type="Resource" uid="uid://cgxtn7dfs40bh" path="res://resources/ability_sets/tank_set.tres" id="11"]
[ext_resource type="Resource" uid="uid://beodknb6i1pm4" path="res://resources/ability_sets/damage_set.tres" id="12"]
[ext_resource type="Resource" uid="uid://kcwuhnqy34mj" path="res://resources/ability_sets/healer_set.tres" id="13"]
[ext_resource type="Resource" path="res://resources/stats/player_stats.tres" id="14"]
[sub_resource type="CapsuleShape3D" id="CapsuleShape3D_1"]
radius = 0.3
@@ -48,14 +49,16 @@ script = ExtResource("8")
[node name="Health" type="Node" parent="." unique_id=1872357630]
script = ExtResource("5")
stats = ExtResource("14")
[node name="Shield" type="Node" parent="." unique_id=716948065]
script = ExtResource("6")
stats = ExtResource("14")
[node name="Respawn" type="Node" parent="." unique_id=1562314386]
script = ExtResource("9")
[node name="PlayerClass" type="Node" parent="." unique_id=134158295]
[node name="Role" type="Node" parent="." unique_id=134158295]
script = ExtResource("10")
tank_set = ExtResource("11")
damage_set = ExtResource("12")