mirror of
https://git.tonybark.com/tonytins/legendsonline.git
synced 2025-06-25 16:14:43 -04:00
4 lines
73 B
GDScript
4 lines
73 B
GDScript
extends Node
|
|
|
|
func _on_PlayBtn_pressed():
|
|
GameKit.switch_scenes("game")
|