4 lines
113 B
GDScript
4 lines
113 B
GDScript
extends Node2D
|
|
|
|
func _process(_delta: float) -> void:
|
|
$SoapBubbles.emitting = State.blowing and State.blower_up
|