Skip to content

Commit 8ae4558

Browse files
authored
Update Mouse.yaml (#1113)
This adds extra information on image compatibility requirements for mouse icons. ## Changes Notes that the image size is required to be smaller than 256x256 for a mouse icon image. ## Checks By submitting your pull request for review, you agree to the following: - [x] This contribution was created in whole or in part by me, and I have the right to submit it under the terms of this repository's open source licenses. - [x] I understand and agree that this contribution and a record of it are public, maintained indefinitely, and may be redistributed under the terms of this repository's open source licenses. - [x] To the best of my knowledge, all proposed changes are accurate. --- ### AI Summary - Adds a note in `Mouse.yaml` specifying mouse icon images must not exceed 256 pixels on any axis for compatibility. --- <sub>This PR summary is AI-generated. Verify the code changes, as errors may occur, and share feedback in [#code-center](https://rbx.enterprise.slack.com/archives/C053LPPLF6X).</sub> <sub>Note: The AI summary covers objective PR changes. The author must verify accuracy and add business context such as purpose, testing, and rollout plans.</sub> Is this PR summary helpful? 👍 👎 ---------
1 parent 00ef057 commit 8ae4558

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

content/en-us/reference/engine/classes/Mouse.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,7 @@ properties:
142142
cursors:
143143
144144
- The dimensions of the image used determines the size of the cursor.
145+
- The dimensions of the image should not exceed 256 pixels on any axis.
145146
- The **center** of the image is where mouse inputs are issued.
146147
- The default mouse image is 64x64 pixels, with the mouse taking up 17x24
147148
pixels of space.

0 commit comments

Comments
 (0)