some mcsr bullshit

This commit is contained in:
2026-05-30 21:51:18 -07:00
parent b4c8930dfe
commit dd0ad8816b
6 changed files with 27 additions and 12 deletions

View File

@@ -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({