Update level.gd
This commit is contained in:
parent
3a80ba7646
commit
7ae6fac893
@ -17,7 +17,7 @@ func _process(delta):
|
|||||||
if countdown > 1:
|
if countdown > 1:
|
||||||
countdown -= 1
|
countdown -= 1
|
||||||
time = $Music.get_playback_position()
|
time = $Music.get_playback_position()
|
||||||
$Time.text = str(length - time)
|
$Time.text = str(length - time - 1)
|
||||||
pass
|
pass
|
||||||
|
|
||||||
func win_screen():
|
func win_screen():
|
||||||
|
Loading…
x
Reference in New Issue
Block a user