Browse Source

Merge pull request #1722 from voithos/patch-1

Mention the 32x32 image requirement in the custom mouse cursor tutorial
Max Hilbrunner 7 years ago
parent
commit
d8ab53879e
1 changed files with 1 additions and 1 deletions
  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 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.
 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
 Using a script
 --------------
 --------------