Skip to content

godot4-v1.3.2 - Using original ScrollContainer properties

Latest
Compare
Choose a tag to compare
@SpyrexDE SpyrexDE released this 27 Apr 13:49
e5d17c8

What's Changed

  • Use scroll container's properties by @HaroldLever in #57
    • follow_focus, scroll_horizontal, and scroll_vertical can now be set directly instead of having to use scroll_vertically() and scroll_horizontally()
  • Fix scroll to tweens not being killed properly by @HaroldLever in #59
  • Fix scroll started and ended signals not being emitted properly by @HaroldLever in #60
  • Fix scroll bar dragging state by @HaroldLever in #62

Full Changelog: godot4-v1.3.1...godot4-v1.3.2