mirror of
https://github.com/unixtensor/Roblox-Elevator-Game.git
synced 2025-12-18 13:51:54 +00:00
studio entities
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user