Fixed #22
This commit is contained in:
parent
3b70b3ca0a
commit
a07de70d2f
1 changed files with 2 additions and 0 deletions
|
@ -10,6 +10,8 @@ func _ready():
|
|||
$OurTimeIsNowSolo.visible = false
|
||||
$Button.disabled = false
|
||||
$AudioStreamPlayer.playing = false
|
||||
if Global.playingGame == false:
|
||||
Global.connectedPlayers = []
|
||||
|
||||
func _process(delta):
|
||||
if Global.playingGame == false:
|
||||
|
|
Loading…
Reference in a new issue