50 lines
1.8 KiB
Plaintext
50 lines
1.8 KiB
Plaintext
[gd_scene load_steps=7 format=3 uid="uid://c8xf3qawk5c6u"]
|
|
|
|
[ext_resource type="Script" uid="uid://bcs7ygh6s3l35" path="res://scripts/player.gd" id="1_a5wj7"]
|
|
[ext_resource type="Script" uid="uid://6w608y2grdqb" path="res://scripts/player_data.gd" id="2_sfa2f"]
|
|
[ext_resource type="AudioStream" uid="uid://cjrlb4qiy23sj" path="res://audio/sounds/impact_deep_thud_bounce_09.wav" id="3_sfa2f"]
|
|
|
|
[sub_resource type="StandardMaterial3D" id="StandardMaterial3D_y646j"]
|
|
albedo_color = Color(0.08468992, 0.08468992, 0.08468992, 1)
|
|
|
|
[sub_resource type="StandardMaterial3D" id="StandardMaterial3D_lnbra"]
|
|
albedo_color = Color(0, 1, 1, 1)
|
|
|
|
[sub_resource type="CapsuleShape3D" id="CapsuleShape3D_a5wj7"]
|
|
radius = 0.3
|
|
height = 1.0
|
|
|
|
[node name="Player" type="CharacterBody3D"]
|
|
physics_interpolation_mode = 1
|
|
collision_layer = 2
|
|
collision_mask = 5
|
|
floor_constant_speed = true
|
|
floor_max_angle = 0.93549645
|
|
floor_snap_length = 1.0
|
|
script = ExtResource("1_a5wj7")
|
|
speed = 3.0
|
|
|
|
[node name="Body" type="CSGBox3D" parent="."]
|
|
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.425, 0)
|
|
size = Vector3(0.5, 0.85, 0.5)
|
|
material = SubResource("StandardMaterial3D_y646j")
|
|
|
|
[node name="CSGCylinder3D" type="CSGCylinder3D" parent="Body"]
|
|
transform = Transform3D(1, 0, 0, 0, -4.371139e-08, -1, 0, 1, -4.371139e-08, 0, 0.21490532, 0.29997927)
|
|
radius = 0.15
|
|
height = 0.05
|
|
material = SubResource("StandardMaterial3D_lnbra")
|
|
|
|
[node name="CollisionShape3D" type="CollisionShape3D" parent="."]
|
|
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.4665325, 0)
|
|
shape = SubResource("CapsuleShape3D_a5wj7")
|
|
|
|
[node name="Data" type="Node" parent="."]
|
|
script = ExtResource("2_sfa2f")
|
|
|
|
[node name="TrapSound" type="AudioStreamPlayer3D" parent="."]
|
|
stream = ExtResource("3_sfa2f")
|
|
|
|
[node name="AudioListener3D" type="AudioListener3D" parent="."]
|
|
current = true
|