als je zo nodig moet weten wat ga je alles maar doorlezen ofzo.
This commit is contained in:
2023-02-04 22:35:42 +01:00
parent 2ea631b8e3
commit 800bf98f84
23 changed files with 463 additions and 65 deletions
+3 -12
View File
@@ -1,4 +1,4 @@
[gd_scene load_steps=5 format=3 uid="uid://4o2ljtcup5bo"]
[gd_scene load_steps=4 format=3 uid="uid://4o2ljtcup5bo"]
[ext_resource type="Script" path="res://Scripts/Player.gd" id="1_jx17t"]
@@ -6,10 +6,6 @@
radius = 0.05
height = 0.3
[sub_resource type="CapsuleMesh" id="CapsuleMesh_n30sq"]
radius = 0.3
height = 1.6
[sub_resource type="SphereShape3D" id="SphereShape3D_2j6of"]
radius = 0.3
@@ -21,10 +17,11 @@ transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.8, 0)
[node name="Camera" type="Camera3D" parent="Pivot"]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.4, 0)
fov = 60.0
fov = 55.0
[node name="FlashLight" type="MeshInstance3D" parent="Pivot/Camera"]
transform = Transform3D(-4.37114e-08, 0, 1, -1, -4.37114e-08, -4.37114e-08, 4.37114e-08, -1, 1.91069e-15, 0.329452, -0.113105, -0.429142)
visible = false
cast_shadow = 0
mesh = SubResource("CapsuleMesh_x6nb0")
@@ -40,12 +37,6 @@ spot_angle_attenuation = 3.13833
[node name="AudioListener3D" type="AudioListener3D" parent="Pivot/Camera"]
current = true
[node name="Mesh" type="MeshInstance3D" parent="."]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.8, 0)
visible = false
mesh = SubResource("CapsuleMesh_n30sq")
skeleton = NodePath("../Pivot")
[node name="CollisionShape3D" type="CollisionShape3D" parent="."]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.801599, 0)
shape = SubResource("SphereShape3D_2j6of")