upgrade version
This commit is contained in:
parent
2ecc7f5400
commit
09419908cf
2 changed files with 2 additions and 2 deletions
|
|
@ -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)
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
modules = {
|
||||
luxe = "2020.3.0"
|
||||
luxe = "2020.3.2"
|
||||
} //modules
|
||||
|
|
|
|||
Loading…
Reference in a new issue