17 Commits

Author SHA1 Message Date
tetrapod00
c2262e286f Improve Customizing the mouse cursor
Link to project settings and enum.
Fix C# example script so it works when pasted.
Improve grammar and formatting.
2024-11-03 13:26:39 -08:00
Daniel The Fox
f76100a990 Remove outdated demo project reference
The reference to a custom mouse cursor demo project provided is outdated. I believe it should be removed until there's an up-to-date working demo project for custom mouse cursor that can be shared.
2023-11-05 12:06:31 +01:00
Dipal Zambare
2c1554680e Update custom mouse cursor selection screenshot 2023-04-21 13:11:46 +02:00
Hugo Locurcio
1bd3513507 Mention maximum recommended size of 128×128 in Customizing the mouse cursor
Sizes larger than 128×128 are not supported in web exports and can exhibit
rendering issues on desktop platforms.
2023-04-21 02:07:01 +02:00
Rémi Verschelde
9a05eef561 4.0: Convert Sprite references to Sprite2D
Some screenshots will need to be updated so that the scene structures shown
in screenshot fit what the code blocks are referring to.
2021-10-06 14:29:55 +02:00
Marcin Sędłak-Jakubowski
bd19917ea0 Draft: Remove "simple", "simply", "easy", and "just" from the docs (#4496)
* Various style edits

* Edit out "simple" when possible

Co-authored-by: Max Hilbrunner <mhilbrunner@users.noreply.github.com>
Co-authored-by: Clay John <claynjohn@gmail.com>
2021-07-11 14:38:53 +02:00
Michael Alexsander
1f6d3995e4 Apply general code formatting to some pages in the tutorial section 2020-07-08 23:02:14 -03:00
Hugo Locurcio
18af843dd0 Describe the differences between hardware and software mouse cursors 2020-05-30 16:23:12 +02:00
Rémi Verschelde
46b9e43c4b Merge pull request #2091 from corrigentia/patch-90
Fix punctuation in custom_mouse_cursor
2019-01-08 13:07:55 +01:00
Rémi Verschelde
a1af0dfc13 Adapt tutorial hyperlinks after godotengine/godot#24640 2019-01-07 11:43:18 +01:00
corrigentia
b123c06783 Fix punctuation in custom_mouse_cursor
Fix punctuation in custom_mouse_cursor.
2019-01-02 11:39:12 +02:00
Rémi Verschelde
4ef06a4135 Removing trailing whitespace
With `sed -i $(rg -l '[[:blank:]]*$' -g'!classes') -e 's/[[:blank:]]*$//g'`
2018-11-20 11:08:34 +01:00
Guilherme Felipe de C. G. da Silva
f053547355 Update custom_mouse_cursor.rst 2018-04-07 01:11:18 +07:00
Paul Joannon
111161a153 Translate Tutorials/Inputs to C# 2018-04-04 12:58:18 +02:00
Max Hilbrunner
a4a3b6204e Fix sphinx build error 2018-03-13 17:50:47 +01:00
Max Hilbrunner
b0d6053ffe Editing pass on custom mouse cursor tutorial 2018-03-13 16:45:54 +01:00
ZX-WT
9223f4083d Added custom cursor tutorial (#1224) 2018-03-13 16:35:49 +01:00