1
Fork 0
mirror of https://github.com/Steffo99/pineapple-surf.git synced 2024-10-16 06:17:31 +00:00

Fix score submission

This commit is contained in:
Steffo 2023-01-09 21:29:42 +01:00
parent 9c41aca186
commit 0fac5a0f9b
Signed by: steffo
GPG key ID: 6965406171929D01
2 changed files with 3 additions and 0 deletions

1
exports/.gdignore Normal file
View file

@ -0,0 +1 @@

View file

@ -49,7 +49,9 @@ func try_to_explode():
func win():
print("YOU WIN!")
print("Time: ", time)
Singletons.should_upload = true
Singletons.time = time
$"/root/BaseScene".move_to_menu()
# get_tree().change_scene_to_file("res://base/BaseScene.tscn")
queue_free()