adjust animation

master
Alexsandro Percy 2021-12-03 12:18:07 -03:00
parent 748e1413b2
commit 97593ac330
1 changed files with 1 additions and 1 deletions

View File

@ -567,7 +567,7 @@ function supercub.flightstep(self)
if is_flying == false then --isn't flying?
--animate wheels
if math.abs(longit_speed) > 0.1 then
if math.abs(longit_speed) > 0.15 then
self.object:set_animation_frame_speed(longit_speed * 20)
else
self.object:set_animation_frame_speed(0)