SpyrexDE / SmoothScroll

Addon for the Godot Game Engine that adds a SmoothScrollContainer.
https://spyrexde.github.io/SmoothScroll/
MIT License
132 stars 10 forks source link

Added signal emission #30

Closed hawkwood closed 9 months ago

hawkwood commented 9 months ago

Before, the signals scroll_started and scroll_ended were not being emitted. This change tracks and emits those signals at an appropriate time.

SpyrexDE commented 9 months ago

Thank you for reporting the issue of scrolling signals not being emitted. Besides that your pull request contains undefined variables, your implementation suggestion will not work for all functionalities of the plugin and is not maintainable enough to be merged with the main branch.