mirror of
https://git.tonybark.com/tonytins/legendsonline.git
synced 2025-06-26 03:44:42 -04:00
Basic TCP connections
This commit is contained in:
parent
cd3ef1c3da
commit
60d28a2879
20 changed files with 968 additions and 30 deletions
4
client/source/TitleScn.gd
Normal file
4
client/source/TitleScn.gd
Normal file
|
@ -0,0 +1,4 @@
|
|||
extends Node
|
||||
|
||||
func _on_PlayBtn_pressed():
|
||||
GameKit.switch_scenes("game")
|
Loading…
Add table
Add a link
Reference in a new issue