start von Commits

This commit is contained in:
kevadesu 2025-04-14 02:27:59 +02:00
commit f35baec2ee
80 changed files with 1747 additions and 0 deletions

10
pause_menu_itself.gd Normal file
View file

@ -0,0 +1,10 @@
extends Control
@onready var main = $"../"
func _on_resume_button_pressed() -> void:
main.pauseMenu()
func _on_exit_button_pressed() -> void:
get_tree().change_scene_to_file("res://in_game_ui.tscn")