[gd_scene format=3 uid="uid://cdnkbt1f0db7e"] [ext_resource type="Script" uid="uid://bfpt2p7uucfyb" path="res://player/player.gd" id="1"] [ext_resource type="Script" uid="uid://cohjyjge1kqxb" path="res://player/camera.gd" id="2"] [ext_resource type="Script" uid="uid://fg87dh8fbc8" path="res://player/movement.gd" id="3"] [ext_resource type="Script" uid="uid://d15til6fsxw5b" path="res://player/combat.gd" id="4"] [ext_resource type="Script" uid="uid://b05nkuryipwny" path="res://player/targeting.gd" id="8"] [ext_resource type="Script" path="res://player/role.gd" id="10"] [ext_resource type="Resource" uid="uid://cgxtn7dfs40bh" path="res://resources/roles/tank/set.tres" id="11"] [ext_resource type="Resource" uid="uid://beodknb6i1pm4" path="res://resources/roles/damage/set.tres" id="12"] [ext_resource type="Resource" uid="uid://kcwuhnqy34mj" path="res://resources/roles/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 height = 1.8 [sub_resource type="CapsuleMesh" id="CapsuleMesh_1"] radius = 0.3 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") [node name="Mesh" type="MeshInstance3D" parent="." unique_id=1346931672] mesh = SubResource("CapsuleMesh_1") [node name="CameraPivot" type="Node3D" parent="." unique_id=1292689540] transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 1.5, 0) script = ExtResource("2") [node name="Camera3D" type="Camera3D" parent="CameraPivot" unique_id=1225820651] transform = Transform3D(1, 0, 0, 0, 0.966, 0.259, 0, -0.259, 0.966, 0, 2, 5) [node name="Movement" type="Node" parent="." unique_id=654979387] script = ExtResource("3") [node name="Combat" type="Node" parent="." unique_id=1754235583] script = ExtResource("4") [node name="Targeting" type="Node" parent="." unique_id=592540710] script = ExtResource("8") [node name="Role" type="Node" parent="." unique_id=134158295] script = ExtResource("10") tank_set = ExtResource("11") damage_set = ExtResource("12") healer_set = ExtResource("13")