Resized enemy

This commit is contained in:
Victor Turgeon
2022-10-11 15:41:00 -04:00
parent c972765b32
commit 463f1c5cda
4 changed files with 11 additions and 6 deletions

View File

@@ -9,12 +9,13 @@
[node name="Enemy" type="KinematicBody"]
[node name="MeshInstance" type="MeshInstance" parent="."]
transform = Transform( 0.6, 0, 0, 0, 0.6, 0, 0, 0, 0.6, 0, 0, 0 )
mesh = ExtResource( 1 )
[node name="BodyCollision" type="CollisionShape" parent="."]
transform = Transform( 0.914478, 0, 0, 0, 1.50713, 0, 0, 0, 0.383312, 0, 0.642072, 0 )
transform = Transform( 0.914478, 0, 0, 0, 1.50713, 0, 0, 0, 0.383312, 0, -0.479353, 0 )
shape = SubResource( 1 )
[node name="Head" type="CollisionShape" parent="."]
transform = Transform( 0.761117, 0, 0, 0, 1.04862, 0, 0, 0, 0.761117, 0, 3.5714, 0 )
transform = Transform( 0.528959, 0, 0, 0, 0.728767, 0, 0, 0, 0.528959, 0, 1.87623, 0 )
shape = SubResource( 2 )