some mcsr bullshit
This commit is contained in:
@@ -4,7 +4,7 @@ hl.curve("easeIn", {
|
||||
})
|
||||
hl.curve("easeOut", {
|
||||
type = "bezier",
|
||||
points = { {0.16, 1}, {0.3, 1} }
|
||||
points = { {0.22, 1}, {0.36, 1} }
|
||||
})
|
||||
hl.curve("linear", {
|
||||
type = "bezier",
|
||||
@@ -40,7 +40,7 @@ hl.animation({
|
||||
hl.animation({
|
||||
leaf = "windowsMove",
|
||||
enabled = true,
|
||||
speed = 5,
|
||||
speed = 4,
|
||||
bezier = "easeOut"
|
||||
})
|
||||
hl.animation({
|
||||
|
||||
Reference in New Issue
Block a user