From 09419908cfd63ec62bd8c4f957094720655688d4 Mon Sep 17 00:00:00 2001 From: Ronja Date: Sun, 25 Oct 2020 22:19:21 +0100 Subject: [PATCH] upgrade version --- Luxe/blocks/ui/scroll_box.wren | 2 +- Luxe/project.modules.lx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Luxe/blocks/ui/scroll_box.wren b/Luxe/blocks/ui/scroll_box.wren index 4b22009..4e94ccb 100644 --- a/Luxe/blocks/ui/scroll_box.wren +++ b/Luxe/blocks/ui/scroll_box.wren @@ -65,7 +65,7 @@ class UiScrollBox{ if(event.type == UIEvent.move && Control.get_state_data(childContainer)){ var state = Control.get_state_data(box) var scrollPos = state["position"] - scrollPos = scrollPos + event.y_rel + 128 + scrollPos = scrollPos + event.y_rel / 5 set_position(box, scrollPos) } } diff --git a/Luxe/project.modules.lx b/Luxe/project.modules.lx index 567dfa2..595c779 100644 --- a/Luxe/project.modules.lx +++ b/Luxe/project.modules.lx @@ -1,3 +1,3 @@ modules = { - luxe = "2020.3.0" + luxe = "2020.3.2" } //modules