From 7ae6fac893ba61032ef21da51804c487f094faff Mon Sep 17 00:00:00 2001 From: MarcEricMartel Date: Wed, 11 Oct 2023 04:21:58 -0400 Subject: [PATCH] Update level.gd --- Scripts/level.gd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Scripts/level.gd b/Scripts/level.gd index 656c8b1..4b7fc00 100644 --- a/Scripts/level.gd +++ b/Scripts/level.gd @@ -17,7 +17,7 @@ func _process(delta): if countdown > 1: countdown -= 1 time = $Music.get_playback_position() - $Time.text = str(length - time) + $Time.text = str(length - time - 1) pass func win_screen():