SpyrexDE / SmoothScroll

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

Godot4: The scroll_vertical property is overridden by the SmoothScrollContainer scroll_vertical method #7

Closed GsLogiMaker closed 1 year ago

GsLogiMaker commented 1 year ago

Scroll container has a property called scroll_vertical, but this property is being overridden by SmoothScrollContainer as a method.

GsLogiMaker commented 1 year ago

Perhaps rename to scroll_vertically?