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