work on rotating objects

This commit is contained in:
2024-03-30 01:03:13 -04:00
parent a5df602554
commit ef8ceb723f
4 changed files with 22 additions and 25 deletions

View File

@@ -4,7 +4,7 @@
--My versions
type EaseFunction = (n: number) -> number
type EaseFunction = (n: number) -> number
type LinearFunction = (a: number, b: number, t: number) -> number
export type EasingStyles = {