did a lot of stuff holy shit

This commit is contained in:
2024-01-26 13:18:15 +01:00
parent 3ce02c2147
commit 8d237ae1d4
110 changed files with 2282 additions and 351 deletions

7
scripts/game_over.gd Normal file
View File

@@ -0,0 +1,7 @@
extends CanvasLayer
func _on_button_pressed() -> void:
get_tree().paused = false
get_tree().reload_current_scene()