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

Improve sliders #207

Open
wants to merge 1 commit into
base: dev
Choose a base branch
from
Open

Conversation

ChronoQuote
Copy link

  • SlideBar sliders now use the ID system that Slider3/Slider4/etc. sliders use, which allows the game to remember which slider is being used so that the player may move their cursor outside the slider when using it, improving QoL
  • Add an OnSliderID=0 check to each MouseDown1 check so that hovering over a slider while using a different slider doesn't switch which slider is being used
  • Add missing OnSliderID checks to various MouseOn checks to ensure that when using a slider, only that slider's tooltip is shown

Before: https://streamable.com/kzpfcx

After: https://streamable.com/01h5we

-SlideBar sliders now use the ID system that Slider3/Slider4/etc. sliders use, which allows the game to remember which slider is being used so that the player may move their cursor outside the slider when using it, improving QoL
-Add an OnSliderID=0 check to each MouseDown1 check so that hovering over a slider while using a different slider doesn't switch which slider is being used
-Add missing OnSliderID checks to various MouseOn checks to ensure that when using a slider, only that slider's tooltip is shown
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants