Refactor enemy view model for data viewer project

This commit is contained in:
2024-12-05 22:45:13 -08:00
parent 270ded8ef7
commit 8068f33302
10 changed files with 1270 additions and 1207 deletions

View File

@@ -4,6 +4,8 @@
[ext_resource type="Script" path="res://src/items/restorative/Restorative.cs" id="1_3beyl"]
[sub_resource type="CapsuleShape3D" id="CapsuleShape3D_o8f22"]
radius = 0.13613
height = 1.09613
[node name="Restorative" type="Node3D"]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, -1, 0)
@@ -24,4 +26,5 @@ collision_layer = 4
collision_mask = 4
[node name="CollisionShape3D" type="CollisionShape3D" parent="Pickup"]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.348749, 0)
shape = SubResource("CapsuleShape3D_o8f22")