mirror of
https://github.com/tonytins/godotstarter.git
synced 2025-03-15 06:01:26 +00:00
4 lines
73 B
GDScript
4 lines
73 B
GDScript
extends Node
|
|
|
|
func _on_PlayBtn_pressed():
|
|
GameKit.switch_scenes("game")
|