gpt4 book ai didi

javascript - 试图将游戏光标更改为图像

转载 作者:太空宇宙 更新时间:2023-11-03 23:16:52 25 4
gpt4 key购买 nike

我正在制作一个“拍打”游戏,想将光标更改为一只手的 png 图像。我尝试通过 CSS 更改它,但它不起作用:

光标:url('/images/hand.png'), auto;

基本上,我在将光标更改为图像时遇到了问题。你们有什么建议吗?我正在使用 html、css/sass 和 javascript

最佳答案

如果您希望它成为所有元素的默认光标,请将您的 css 更改为:

body *{ cursor: url('/images/hand.png'), auto !important; }

编辑 确保您的图像为 32x32。如果图像太大,它将无法工作。

关于javascript - 试图将游戏光标更改为图像,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/30239756/

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