Refactored to allow hotseat and multiplayer. TODO: Create interface class for webrtc/enet multiplayer
This commit is contained in:
parent
d688eaf9c6
commit
5fe8f22ccb
27 changed files with 798 additions and 135 deletions
|
|
@ -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")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue