gpt4 book ai didi

ios - SKLabelNode 没有出现

转载 作者:搜寻专家 更新时间:2023-11-01 07:22:21 24 4
gpt4 key购买 nike

我试图让 SKLabelNode 显示在我的屏幕上,但它没有显示。这是我的代码...

 override func didMoveToView(view: SKView) {

let textLabel = SKLabelNode(fontNamed: "Avenir-Black")

textLabel.text? = "HI THERE"
//textLabel.position = CGPoint(x: frame.midX, y: frame.midY)
textLabel.horizontalAlignmentMode = .Center
textLabel.verticalAlignmentMode = .Center
textLabel.fontSize = 100
textLabel.zPosition = 2
textLabel.color = UIColor.whiteColor()
textLabel.name = textLabel.name
print("flkjsfhdj")

self.addChild(textLabel) }

我做错了什么?

最佳答案

你只需要给你的标签一个位置:

textLabel.position = CGPoint(x:500, y:200)

关于ios - SKLabelNode 没有出现,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/38149965/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com