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