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