This commit is contained in:
Marek Lenczewski
2026-04-01 22:53:28 +02:00
parent b236cd52cb
commit e76c66eda6
70 changed files with 1016 additions and 732 deletions

View File

@@ -4,10 +4,7 @@
[ext_resource type="Script" uid="uid://cohjyjge1kqxb" path="res://scripts/player/camera.gd" id="2"]
[ext_resource type="Script" uid="uid://fg87dh8fbc8" path="res://scripts/player/movement.gd" id="3"]
[ext_resource type="Script" uid="uid://d15til6fsxw5b" path="res://scripts/player/combat.gd" id="4"]
[ext_resource type="Script" uid="uid://b053b4fkkeaod" path="res://scripts/components/health.gd" id="5"]
[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" 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"]
@@ -24,6 +21,7 @@ height = 1.8
[node name="Player" type="CharacterBody3D" unique_id=1350215040]
script = ExtResource("1")
stats = ExtResource("14")
[node name="CollisionShape3D" type="CollisionShape3D" parent="." unique_id=33887999]
shape = SubResource("CapsuleShape3D_1")
@@ -47,17 +45,6 @@ script = ExtResource("4")
[node name="Targeting" type="Node" parent="." unique_id=592540710]
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="Role" type="Node" parent="." unique_id=134158295]
script = ExtResource("10")
tank_set = ExtResource("11")