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


# Called when the node enters the scene tree for the first time.
func _microgame_ready() -> void:
	await $Timer.timeout
	finished.emit(true if randf() < 0.5 else false)