2021-11-15 16:25:13 -06:00
|
|
|
extends Node
|
2021-11-15 15:02:55 -06:00
|
|
|
|
2021-11-15 15:43:33 -06:00
|
|
|
func _on_Singleplayer_pressed():
|
|
|
|
Global.start_singleplayer_game()
|
2021-11-15 16:25:13 -06:00
|
|
|
|
|
|
|
|
|
|
|
func _on_CreateLobbyButton_pressed():
|
2021-11-17 08:18:12 -06:00
|
|
|
Global.multiplayer()
|
2021-11-15 16:25:13 -06:00
|
|
|
|
|
|
|
|
|
|
|
func _on_JoinLobbyButton_pressed():
|
2021-11-17 08:18:12 -06:00
|
|
|
Global.quit()
|