Skip to content

Commit bde3606

Browse files
committed
Mudando o tempo de espera
De 10 pra 20 segundos
1 parent 282e1dd commit bde3606

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

FlyGame/FlyGame Shared/Views/GameScene.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,7 @@ class GameScene: SKScene, SKPhysicsContactDelegate {
287287
let diference = Calendar.current.dateComponents([.second], from: self.timeWhenPaused, to: dateNow)
288288

289289
if let seconds = diference.second {
290-
if seconds > 10 {
290+
if seconds > 20 {
291291
self.goToHome()
292292
return
293293
}

0 commit comments

Comments
 (0)