You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
while doing the tutorial i found this behaviour where, when the drone is exploding, it is hitting itself.
this become apparent when we add the hit sound to the drone.
you can hear in the tutorial video, but its quiet und the explosion.
drone.gd line 28
for entity in get_tree().get_nodes_in_group("Entity") + get_tree().get_nodes_in_group("Container"):
if entity == self:
continue
this would fix that
The text was updated successfully, but these errors were encountered:
Hi,
while doing the tutorial i found this behaviour where, when the drone is exploding, it is hitting itself.
this become apparent when we add the hit sound to the drone.
you can hear in the tutorial video, but its quiet und the explosion.
drone.gd line 28
this would fix that
The text was updated successfully, but these errors were encountered: