studio entities

This commit is contained in:
2023-12-26 00:31:28 -05:00
parent fbc72eb8cb
commit a3e8bdf35c
5 changed files with 95 additions and 38 deletions

View File

@@ -44,10 +44,15 @@ function Animations.Idle(t: tick, dt: deltatime)
end
function Animations.Walk(t: tick, dt: deltatime)
-- return ANG(
-- math.rad(-10*math.cos(t)/2),
-- 0,
-- math.rad(5*math.cos(t)/2)
-- )
return ANG(
math.rad(-10*math.cos(t)/2),
0,
math.rad(5*math.cos(t)/2)
0,
0
)
end