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.
我有一个 Corona SDK 制作的游戏,你必须在其中扔一个球,但是球很难在设备上扔,因为它太小了。如何增加球周围的敏感区域?
我尝试创建另一个带有小 alpha 的大圆圈,并使球坐标符合每一帧的圆圈坐标,但是,由于我必须在物理中包含圆圈,它会影响我的碰撞。我该怎么办?
为图像添加一些透明度。这当然会使图像更大,所以你必须改变你的 display.newImageRect() 来调整。然后当你添加你的物理形状时,让它成为实际球的大小。