alexzielenski / Mousecape

Cursor Manager for OSX
http://www.alexzielenski.com
Other
1.37k stars 167 forks source link

Animated Cursor is Really Stretched Out #149

Closed SpyGuy0215 closed 2 years ago

SpyGuy0215 commented 3 years ago

Basically the title. My animated cursor is really stretched out vertically. Whenever I try to change the size, it just changes back to the default size. I used ezgif.com to make a sprite sheet, which is all the sprites in an animation (in this case, the cursor) into a vertical list. It's 24 frames exactly. The animation part works fine, I just need to resize it. How would I do that?

Serralq commented 2 years ago

The solution is to change the size of the image. I think when you first put a sprite in it sets the whole image as a single frame and then you change the frame count but didn't change the total size. For example my normal sprite is has a height of 44.4 here

Xnip2022-03-13_10-30-27

but if I put in a four image sprite the total size is way too big (177.6) Busy

Xnip2022-03-13_10-31-36

and it doesn't automatically change when the frame count is fixed so I have to do it manually.

Xnip2022-03-13_10-33-12
SpyGuy0215 commented 2 years ago

If only I had known this before I got my news Windows computer in August...xD well let me close the issue, maybe it can help somebody else out in the future.