pir-serious-game-ethics/scenes/Credits.gd

11 lines
150 B
GDScript3
Raw Normal View History

2021-04-20 11:36:39 +02:00
extends Control
func load_main_menu():
2021-04-25 00:07:38 +02:00
Transit.change_scene("res://scenes/MainMenu.tscn", 0.2)
2021-04-20 11:36:39 +02:00
func _on_BackButton_pressed():
load_main_menu()