summaryrefslogtreecommitdiff
path: root/game/microgames/baseball_kiss/baseball_kiss.gd
diff options
context:
space:
mode:
Diffstat (limited to 'game/microgames/baseball_kiss/baseball_kiss.gd')
-rw-r--r--game/microgames/baseball_kiss/baseball_kiss.gd2
1 files changed, 2 insertions, 0 deletions
diff --git a/game/microgames/baseball_kiss/baseball_kiss.gd b/game/microgames/baseball_kiss/baseball_kiss.gd
index ba03388..8c03fc3 100644
--- a/game/microgames/baseball_kiss/baseball_kiss.gd
+++ b/game/microgames/baseball_kiss/baseball_kiss.gd
@@ -35,3 +35,5 @@ func _on_hand_collision_area_shape_entered(area_rid, area, area_shape_index, loc
$BreCharacter.play("win")
kiss.queue_free()
finished.emit(true)
+ $Victory.pitch_scale = Engine.time_scale
+ $Victory.play()