scpcb icon indicating copy to clipboard operation
scpcb copied to clipboard

Improve sliders

Open ChronoQuote opened this issue 2 years ago • 0 comments

  • 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

ChronoQuote avatar Sep 03 '22 06:09 ChronoQuote