summaryrefslogtreecommitdiff
path: root/game/microgames/flowers_delivery/flowers_delivery.gd
blob: 2c448dea685c8f32416c1cd0d80ff982717de1ab (plain)
1
2
3
4
5
6
7
8
extends Microgame


# Called when the node enters the scene tree for the first time.
func _ready() -> void:
	await $Timer.timeout
	finished.emit()
	print("acabou")