fix spelling
This commit is contained in:
parent
311b19d9c2
commit
868e10e7a4
@ -57,7 +57,7 @@ class MenuScene: SKScene {
|
|||||||
|
|
||||||
// TODO: Notfalllösung
|
// TODO: Notfalllösung
|
||||||
if(!GameCenterHelper.isAuthenticated) {
|
if(!GameCenterHelper.isAuthenticated) {
|
||||||
let authLabel = SKLabelNode(text: "Yout are not logged in to Gamecenter. Please login via GameCenterApp")
|
let authLabel = SKLabelNode(text: "You are not logged in to Gamecenter. Please login via GameCenterApp")
|
||||||
authLabel.name = "authLabel"
|
authLabel.name = "authLabel"
|
||||||
authLabel.zPosition = 2
|
authLabel.zPosition = 2
|
||||||
authLabel.position = CGPoint(x: self.size.width / 2, y: self.size.height / 5)
|
authLabel.position = CGPoint(x: self.size.width / 2, y: self.size.height / 5)
|
||||||
|
Loading…
Reference in New Issue
Block a user