No Description
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

Credits.gd 148B

12345678910
  1. extends Control
  2. func load_main_menu():
  3. get_tree().change_scene("res://scenes/MainMenu.tscn")
  4. func _on_BackButton_pressed():
  5. load_main_menu()