Bubble-Blower/scripts/blower.gd

5 lines
113 B
GDScript3
Raw Normal View History

2025-01-25 21:40:19 +01:00
extends Node2D
func _process(_delta: float) -> void:
$SoapBubbles.emitting = State.blowing and State.blower_up