mirror of
https://github.com/kristoferssolo/FuncIt.git
synced 2025-10-21 19:30:35 +00:00
10 lines
175 B
GDScript
10 lines
175 B
GDScript
extends Node2D
|
|
|
|
|
|
func _on_respawn_pressed():
|
|
pass # Replace with function body.
|
|
|
|
|
|
func _on_exit_pressed():
|
|
get_tree().change_scene("res://source/scenes/GUI/main_menu.tscn")
|