Add host-validated multiplayer fish sales
This commit is contained in:
parent
c4e7ea0728
commit
f7044669a8
13 changed files with 836 additions and 24 deletions
|
|
@ -150,6 +150,10 @@ func has_local_attempt() -> bool:
|
|||
)
|
||||
|
||||
|
||||
func has_peer_attempt(peer_id: int) -> bool:
|
||||
return _attempts.has(peer_id)
|
||||
|
||||
|
||||
func _process(delta: float) -> void:
|
||||
if _session == null or not _session.is_host():
|
||||
return
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue