Update level.gd
This commit is contained in:
		@@ -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():
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user