remove droplets out of interactive selection
This commit is contained in:
parent
ad773f68eb
commit
4bde2b3a16
@ -52,7 +52,7 @@ func _on_body_entered(p_body: Node3D) -> void:
|
||||
_model.hide()
|
||||
_picking_area.collision_layer = 0
|
||||
_disable_body.rpc()
|
||||
|
||||
_picking_area.collision_layer = 0
|
||||
await _splash_small_sound.finished
|
||||
if _splash_small_quiet_sound.playing:
|
||||
await _splash_small_quiet_sound.finished
|
||||
|
Loading…
Reference in New Issue
Block a user