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

@ -20,7 +20,7 @@ config/icon="res://icon.svg"
GameEvents="*res://Globals/GameEvents.gd"
GameData="*res://Globals/GameData.gd"
DebugMenu="*res://addons/debug_menu/debug_menu.tscn"
WSClient="*res://Networking/ws_client.tscn"
Networking="*res://Networking/Networking.tscn"
[editor_plugins]