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