mirror of
https://github.com/csd4ni3l/fishy-fingers.git
synced 2026-03-10 17:09:15 +01:00
Godot upload
This commit is contained in:
4
assets/scripts/shop_close.gd
Normal file
4
assets/scripts/shop_close.gd
Normal file
@@ -0,0 +1,4 @@
|
||||
extends Button
|
||||
|
||||
func _pressed() -> void:
|
||||
get_tree().change_scene_to_file("res://assets/scenes/game.tscn")
|
||||
Reference in New Issue
Block a user