mirror of
https://github.com/csd4ni3l/fishy-fingers.git
synced 2026-03-10 08:59:17 +01:00
5 lines
110 B
GDScript
5 lines
110 B
GDScript
extends Button
|
|
|
|
func _pressed() -> void:
|
|
get_tree().change_scene_to_file("res://assets/scenes/credits.tscn")
|