【发布时间】:2020-02-10 18:21:21
【问题描述】:
Image of weirdly positioned sccene
所以在我制作开始场景之前,我的游戏场景运行良好。但现在不是。为什么?请帮忙。
【问题讨论】:
标签: xcode sprite-kit position scene
Image of weirdly positioned sccene
所以在我制作开始场景之前,我的游戏场景运行良好。但现在不是。为什么?请帮忙。
【问题讨论】:
标签: xcode sprite-kit position scene
看看scene.anchorPoint,可能你不小心改了。默认为CGPoint(x: 0.5, y: 0.5)。
【讨论】: