Bubble-Blower/scripts/blower.gd
Marvin Dalheimer 0ab65e1df6
Init
2025-01-25 21:40:19 +01:00

4 lines
113 B
GDScript

extends Node2D
func _process(_delta: float) -> void:
$SoapBubbles.emitting = State.blowing and State.blower_up