project finished? exporting...
This commit is contained in:
parent
cd0e7fcc54
commit
f0b411bb98
14 changed files with 259 additions and 14 deletions
10
player.tscn
10
player.tscn
|
|
@ -1,6 +1,7 @@
|
|||
[gd_scene load_steps=5 format=3 uid="uid://d34smep2ukq7w"]
|
||||
[gd_scene load_steps=6 format=3 uid="uid://d34smep2ukq7w"]
|
||||
|
||||
[ext_resource type="Script" path="res://Scripts/Player.gd" id="1_tc5d2"]
|
||||
[ext_resource type="AudioStream" uid="uid://ch68tc5nh3flo" path="res://Assets/switch9.wav" id="2_u5wue"]
|
||||
|
||||
[sub_resource type="CapsuleMesh" id="CapsuleMesh_5q2rg"]
|
||||
|
||||
|
|
@ -12,7 +13,7 @@ height = 1.9
|
|||
radius = 0.47
|
||||
height = 1.9
|
||||
|
||||
[node name="Player" type="CharacterBody3D" node_paths=PackedStringArray("camera", "raycast", "hand", "collider", "area", "dash_node")]
|
||||
[node name="Player" type="CharacterBody3D" node_paths=PackedStringArray("camera", "raycast", "hand", "collider", "area", "interact_sound", "dash_node")]
|
||||
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 1.83982, 0)
|
||||
script = ExtResource("1_tc5d2")
|
||||
camera = NodePath("Camera3D")
|
||||
|
|
@ -20,6 +21,7 @@ raycast = NodePath("Camera3D/RayCast3D")
|
|||
hand = NodePath("Camera3D/hand")
|
||||
collider = NodePath("CollisionShape3D")
|
||||
area = NodePath("Area3D")
|
||||
interact_sound = NodePath("interactSound")
|
||||
dash_node = NodePath("Camera3D/DashDirection")
|
||||
|
||||
[node name="MeshInstance3D2" type="MeshInstance3D" parent="."]
|
||||
|
|
@ -47,3 +49,7 @@ shape = SubResource("CapsuleShape3D_a6eig")
|
|||
|
||||
[node name="CollisionShape3D" type="CollisionShape3D" parent="Area3D"]
|
||||
shape = SubResource("CapsuleShape3D_cfrhy")
|
||||
|
||||
[node name="interactSound" type="AudioStreamPlayer" parent="."]
|
||||
stream = ExtResource("2_u5wue")
|
||||
volume_db = -10.0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue