mirror of
https://github.com/thegatesbrowser/godot-multiplayer.git
synced 2025-10-16 02:03:43 -04:00
switch to two voip addon
This commit is contained in:
parent
cf11ceffc4
commit
9ce4caa073
39 changed files with 193 additions and 52 deletions
|
@ -20,4 +20,6 @@ var id: int
|
|||
|
||||
func _process(_delta: float) -> void:
|
||||
if not is_multiplayer_authority(): return
|
||||
speaking = Microphone.is_speaking
|
||||
|
||||
if speaking != Microphone.is_speaking:
|
||||
speaking = Microphone.is_speaking
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue