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