Frontier-of-Hell/scripts/ui/defeat.gd

6 lines
141 B
GDScript3
Raw Normal View History

extends Control
func _on_main_menu_pressed():
2023-10-19 15:33:57 +02:00
get_tree().paused = false
get_tree().change_scene_to_file("res://scenes/ui/main_menu.tscn")