File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Themes/Til Death/BGAnimations Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -14,16 +14,16 @@ local function scrollInput(event)
14
14
elseif event .DeviceInput .button == " DeviceButton_mousewheel up" and event .type == " InputEventType_FirstPress" and top :GetSelectionState () ~= 2 then
15
15
moving = true
16
16
if pressingtab == true then
17
- whee :Move (- 2 )
17
+ whee :Move (- 3 )
18
18
else
19
- whee :Move (- 1 )
19
+ whee :Move (- 2 )
20
20
end
21
21
elseif event .DeviceInput .button == " DeviceButton_mousewheel down" and event .type == " InputEventType_FirstPress" and top :GetSelectionState () ~= 2 then
22
22
moving = true
23
23
if pressingtab == true then
24
- whee :Move (2 )
24
+ whee :Move (3 )
25
25
else
26
- whee :Move (1 )
26
+ whee :Move (2 )
27
27
end
28
28
elseif moving == true then
29
29
whee :Move (0 )
You can’t perform that action at this time.
0 commit comments