Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add mouse trail length config option #7

Open
wants to merge 6 commits into
base: master
Choose a base branch
from

Conversation

call-me-maple
Copy link
Contributor

Adds an option to configure how long to make the mouse trail.

@geheur
Copy link
Owner

geheur commented Aug 12, 2022

I'm not sure I like how the shorter than 50 trail does not contain all the colors.

@call-me-maple
Copy link
Contributor Author

call-me-maple commented Aug 12, 2022

This most recent commit changes the default behavior to only do 1 cycle of all the colors regardless of the number of Curves and tries to give party mode a consistent behavior regardless of the size too.

One thing to note is that in the old behavior the full spectrum of colors isn't being used and caps at about 85% and leaves out some pinks and reds. So with the change, there is red on both sides of the trail because of where it loops. I think it is possible to shift the colors more so it isn't as noticeable.

image

vs the existing one

image

@call-me-maple
Copy link
Contributor Author

I went ahead and made the functionality similar to the existing version.

…ength

# Conflicts:
#	src/main/java/com/rainbowrave/RainbowRaveMouseTrailOverlay.java
@geheur geheur force-pushed the master branch 3 times, most recently from 5135f00 to f9499d8 Compare August 3, 2023 22:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants