This commit is contained in:
Paul Black 2023-03-11 14:48:23 -07:00
parent 3b70b3ca0a
commit a07de70d2f

View file

@ -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: