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.
不要问问题,但基本上我的游戏有很多鼠标光标追逐玩家的光标。
我有一个黑色背景的小光标图像,我一直在使用它,但问题是它根本不是光标的形状。有微小的角落,当多个光标重叠时,它们会被.png背景的黑色部分部分隐藏。
如何剪切光标图像并具有实际的光标形状,从而实现更准确的视觉重叠和更准确的碰撞?
使用一个好的图像编辑器(GIMP 可以)并将背景设置为透明。透明度是旧 Compuserve GIF 继承的功能之一。图像仍然是方形/矩形,但您的用户不会“看到”透明像素。