feat: upgraded project to godot 4.6

This commit is contained in:
Sara Gerretsen 2025-11-08 16:35:20 +01:00
parent c4bd5edb54
commit 504f3dbef0
42 changed files with 700 additions and 93 deletions

View file

@ -24,45 +24,46 @@ radius = 0.4350586
[sub_resource type="CapsuleShape3D" id="CapsuleShape3D_eqqp1"]
radius = 0.43017578
[node name="PlayerBody" type="PlayerBody"]
[node name="PlayerBody" type="PlayerBody" unique_id=685493739]
slide_on_ceiling = false
wall_min_slide_angle = 0.0
[node name="PlayerCamera" type="PlayerCamera" parent="."]
[node name="PlayerCamera" type="PlayerCamera" parent="." unique_id=2125314771]
unique_name_in_owner = true
process_priority = -1
transform = Transform3D(-1, 0, -8.74228e-08, 0, 1, 0, 8.74228e-08, 0, -1, 0, 0.27450943, 0)
fov = 65.0
[node name="PlayerInteractor" type="PlayerInteractor" parent="PlayerCamera"]
[node name="PlayerInteractor" type="PlayerInteractor" parent="PlayerCamera" unique_id=1590374872]
shape = SubResource("SphereShape3D_eqqp1")
target_position = Vector3(0, 0, -2)
collision_mask = 22
collide_with_areas = true
[node name="PlayerInput" type="PlayerInput" parent="."]
[node name="PlayerInput" type="PlayerInput" parent="." unique_id=2107792432]
unique_name_in_owner = true
process_mode = 3
[node name="WeaponInventory" type="WeaponInventory" parent="."]
[node name="WeaponInventory" type="WeaponInventory" parent="." unique_id=1004789215]
unique_name_in_owner = true
starting_weapon = ExtResource("1_eqqp1")
[node name="HealthStatus" type="HealthStatus" parent="."]
[node name="HealthStatus" type="HealthStatus" parent="." unique_id=1245161153]
health = 10
script = SubResource("GDScript_eqqp1")
[node name="CollisionShape3D" type="CollisionShape3D" parent="."]
[node name="CollisionShape3D" type="CollisionShape3D" parent="." unique_id=419094207]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, -0.33360052, 0)
shape = SubResource("CapsuleShape3D_bxedw")
[node name="Hitbox" type="Hitbox" parent="." node_paths=PackedStringArray("health")]
[node name="Hitbox" type="Hitbox" parent="." unique_id=94910331 node_paths=PackedStringArray("health")]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, -1.3336005, 0)
collision_layer = 8
collision_mask = 0
monitoring = false
health = NodePath("../HealthStatus")
[node name="CollisionShape3D" type="CollisionShape3D" parent="Hitbox"]
[node name="CollisionShape3D" type="CollisionShape3D" parent="Hitbox" unique_id=1397212893]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 1, 0)
shape = SubResource("CapsuleShape3D_eqqp1")