5 lines
113 B
GDScript3
5 lines
113 B
GDScript3
![]() |
extends Node2D
|
||
|
|
||
|
func _process(_delta: float) -> void:
|
||
|
$SoapBubbles.emitting = State.blowing and State.blower_up
|