added webrtc, pre-4.3 update to fix cyclic dependency
This commit is contained in:
parent
26fec25a6e
commit
e8cd148bc7
45 changed files with 1498 additions and 43 deletions
|
|
@ -11,7 +11,7 @@ config_version=5
|
|||
[application]
|
||||
|
||||
config/name="Swarm"
|
||||
run/main_scene="res://node_3d.tscn"
|
||||
run/main_scene="res://main_menu.tscn"
|
||||
config/features=PackedStringArray("4.2", "Mobile")
|
||||
config/icon="res://icon.svg"
|
||||
|
||||
|
|
@ -20,6 +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"
|
||||
|
||||
[editor_plugins]
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue