Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试缩放我的精灵,但它一直消失。我使用 go.set_scale(4) 使它消失。defold 页面上似乎没有任何内容,我什至尝试使用带有属性选项的手动缩放。为什么我不能缩放精灵?
我需要制作瓷砖吗?那些规模很好。
我打赌游戏对象/精灵没有定位在 z 值 0 并且当缩放 4 倍时,它可能最终超出渲染脚本中可见的默认 -1 到 1 范围:https://defold。 com/manuals/components/#component-z-value