mirror of
https://github.com/Steffo99/pineapple-surf.git
synced 2024-11-21 15:34:17 +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():
|
func win():
|
||||||
print("YOU WIN!")
|
print("YOU WIN!")
|
||||||
print("Time: ", time)
|
print("Time: ", time)
|
||||||
|
Singletons.should_upload = true
|
||||||
Singletons.time = time
|
Singletons.time = time
|
||||||
|
$"/root/BaseScene".move_to_menu()
|
||||||
|
|
||||||
# get_tree().change_scene_to_file("res://base/BaseScene.tscn")
|
# get_tree().change_scene_to_file("res://base/BaseScene.tscn")
|
||||||
queue_free()
|
queue_free()
|
||||||
|
|
Loading…
Reference in a new issue