Fixed crawling enemy

This commit is contained in:
Felipe M 2021-05-18 20:17:08 +02:00
parent f6758e1dba
commit b7b4d03fda
Signed by: fmartingr
GPG key ID: 716BC147715E716F
4 changed files with 17 additions and 12 deletions

View file

@ -43,7 +43,12 @@ position = Vector2( 224, 88 )
[node name="PlantEnemy" parent="." instance=ExtResource( 9 )]
position = Vector2( 136, 128 )
[node name="PlantEnemy2" parent="." instance=ExtResource( 9 )]
position = Vector2( 402.842, 16 )
rotation = 3.14159
[node name="CrawlingEnemy" parent="." instance=ExtResource( 10 )]
position = Vector2( 72, 160 )
[editable path="Player"]
[editable path="Player/Hurtbox"]