bugged-racing/menu/about.gd

10 lines
174 B
GDScript
Raw Normal View History

2021-11-17 21:26:46 +00:00
extends Panel
func _on_BackButton_pressed() -> void:
2021-11-18 19:48:47 +00:00
get_tree().change_scene("res://menu/main_menu.tscn")
2021-11-17 21:26:46 +00:00
func _on_link_meta_clicked(meta) -> void:
OS.shell_open(meta)