did a lot of stuff holy shit
This commit is contained in:
7
scripts/game_over.gd
Normal file
7
scripts/game_over.gd
Normal file
@@ -0,0 +1,7 @@
|
||||
extends CanvasLayer
|
||||
|
||||
|
||||
|
||||
func _on_button_pressed() -> void:
|
||||
get_tree().paused = false
|
||||
get_tree().reload_current_scene()
|
Reference in New Issue
Block a user