remove roact

This commit is contained in:
2024-04-06 14:34:32 -04:00
parent fc09e401b5
commit 6578f129b3
10 changed files with 5 additions and 3000 deletions

View File

@@ -14,11 +14,6 @@ export type EasingStyles = {
InQuad: EaseFunction
}
local function flip(x: number): number
return x*0-x
end
local Ease = {} :: EasingStyles
--Google straight up gives wrong/bad math