浏览代码

Mention the 32x32 image requirement in the custom mouse cursor tutorial

This restriction has been increased (to 256x256) in master, but 3.0 still requires 32x32.

Related to godotengine/godot#17018
Zaven Muradyan 7 年之前
父节点
当前提交
22bcd6b8e6
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      tutorials/inputs/custom_mouse_cursor.rst

+ 1 - 1
tutorials/inputs/custom_mouse_cursor.rst

@@ -20,7 +20,7 @@ Open project settings, go to Display>Mouse Cursor. You will see Custom Image and
 Custom Image is the desired image that you would like to set as the mouse cursor.
 Custom Hotspot is the point in the image that you would like to use as the cursor's detection point.
 
-.. note:: The custom image **must** be less than 256x256.
+.. note:: The custom image **must** be a 32x32. Any other size will not work.
 
 Using a script
 --------------