diff --git a/tutorials/inputs/custom_mouse_cursor.rst b/tutorials/inputs/custom_mouse_cursor.rst index b056cf808..bbdb2da45 100644 --- a/tutorials/inputs/custom_mouse_cursor.rst +++ b/tutorials/inputs/custom_mouse_cursor.rst @@ -27,9 +27,10 @@ The second way is more customizable, but involves scripting: Using project settings ---------------------- -Open project settings, go to Display>Mouse Cursor. You will see Custom Image and Custom Image Hotspot. +Open project settings, go to Display>Mouse Cursor. You will see Custom Image, Custom Image Hotspot +and Tooltip Position Offset. -.. image:: img/cursor_project_settings.png +.. image:: img/cursor_project_settings.webp 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. diff --git a/tutorials/inputs/img/cursor_project_settings.png b/tutorials/inputs/img/cursor_project_settings.png deleted file mode 100644 index f0571a39b..000000000 Binary files a/tutorials/inputs/img/cursor_project_settings.png and /dev/null differ diff --git a/tutorials/inputs/img/cursor_project_settings.webp b/tutorials/inputs/img/cursor_project_settings.webp new file mode 100644 index 000000000..4b9280b70 Binary files /dev/null and b/tutorials/inputs/img/cursor_project_settings.webp differ