correct colliders

This commit is contained in:
2024-01-16 21:09:44 +01:00
parent d5cf0f9e93
commit abf0a6ead1
8 changed files with 101 additions and 72 deletions

View File

@@ -4,6 +4,7 @@
[ext_resource type="Texture2D" uid="uid://2xwafdhiha6x" path="res://assets/textures/world/flashlight_effect.png" id="1_rxdpg"]
[sub_resource type="CapsuleShape3D" id="CapsuleShape3D_2qx4s"]
height = 1.9
[node name="Player" type="CharacterBody3D"]
script = ExtResource("1_8d33x")
@@ -12,7 +13,8 @@ script = ExtResource("1_8d33x")
shape = SubResource("CapsuleShape3D_2qx4s")
[node name="Camera3D" type="Camera3D" parent="."]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.7, 0)
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.8, 0)
current = true
[node name="SpotLight3D" type="SpotLight3D" parent="Camera3D"]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0.25, -0.25, 0)