Refactor enemy view model for data viewer project
This commit is contained in:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user