temporary commit
This commit is contained in:
parent
8165cda61c
commit
84b689b819
14 changed files with 167 additions and 40 deletions
|
@ -5,12 +5,11 @@
|
|||
[ext_resource type="AudioStream" uid="uid://cgotekctoej7m" path="res://assets/sounds/enemies/skull_death.ogg" id="3_6ybas"]
|
||||
|
||||
[sub_resource type="CylinderShape3D" id="CylinderShape3D_ictao"]
|
||||
height = 1.0
|
||||
radius = 0.8
|
||||
height = 0.5
|
||||
radius = 0.4
|
||||
|
||||
[sub_resource type="CylinderShape3D" id="CylinderShape3D_cdksx"]
|
||||
height = 1.0
|
||||
radius = 0.95
|
||||
height = 0.5
|
||||
|
||||
[node name="Boney" type="CharacterBody3D" node_paths=PackedStringArray("model", "death_sound")]
|
||||
script = ExtResource("1_ledhy")
|
||||
|
@ -23,10 +22,10 @@ model = NodePath("Model")
|
|||
death_sound = NodePath("DeathSound")
|
||||
|
||||
[node name="Model" parent="." instance=ExtResource("2_lwsb0")]
|
||||
transform = Transform3D(2, 0, 0, 0, 2, 0, 0, 0, 2, 0, 1.5, 0)
|
||||
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.75, 0)
|
||||
|
||||
[node name="CollisionShape3D" type="CollisionShape3D" parent="."]
|
||||
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 1, 0)
|
||||
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.5, 0)
|
||||
shape = SubResource("CylinderShape3D_ictao")
|
||||
|
||||
[node name="PlayerDetector" type="Area3D" parent="."]
|
||||
|
@ -35,7 +34,7 @@ collision_mask = 16
|
|||
monitorable = false
|
||||
|
||||
[node name="CollisionShape3D" type="CollisionShape3D" parent="PlayerDetector"]
|
||||
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 1, 0)
|
||||
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.5, 0)
|
||||
shape = SubResource("CylinderShape3D_cdksx")
|
||||
|
||||
[node name="DeathSound" type="AudioStreamPlayer3D" parent="."]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue