mirror of
https://github.com/Steffo99/pineapple-surf.git
synced 2024-11-21 07:24:19 +00:00
Fix score submission
This commit is contained in:
parent
9c41aca186
commit
0fac5a0f9b
2 changed files with 3 additions and 0 deletions
1
exports/.gdignore
Normal file
1
exports/.gdignore
Normal file
|
@ -0,0 +1 @@
|
|||
|
|
@ -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()
|
||||
|
|
Loading…
Reference in a new issue