Refactored to allow hotseat and multiplayer. TODO: Create interface class for webrtc/enet multiplayer

This commit is contained in:
Sch1nken 2024-03-22 01:37:05 +01:00
parent d688eaf9c6
commit 5fe8f22ccb
27 changed files with 798 additions and 135 deletions

View file

@ -21,5 +21,5 @@ func _on_game_over(black_lost: bool, white_lost: bool) -> void:
print("should never happen...")
func _on_button_pressed():
WSClient.close()
#WSClient.close()
get_tree().change_scene_to_file("res://main_menu.tscn")