Tutorials completed.
This commit is contained in:
@ -13,6 +13,6 @@ func create_grass_effect():
|
||||
get_parent().add_child(grassEffect)
|
||||
grassEffect.global_position = global_position
|
||||
|
||||
func _on_Hurtbox_area_entered(area):
|
||||
func _on_Hurtbox_area_entered(_area):
|
||||
create_grass_effect()
|
||||
queue_free()
|
||||
|
Reference in New Issue
Block a user