server: added SSL context for running on remote server

This commit is contained in:
2025-07-06 19:49:08 +02:00
parent 958be7e1ce
commit 05e5acd503
6 changed files with 318 additions and 88 deletions
+7 -1
View File
@@ -5,5 +5,11 @@ extends Node
var is_host: bool = false
func start_game() -> void:
func _on_start_game_button_pressed() -> void:
web_client.start_game()
func _on_create_lobby_button_pressed() -> void:
is_host = true
func _on_join_lobby_button_pressed() -> void:
is_host = false