Undertale Yellow script viewer

← back to main script listing

gml_Object_obj_battle_enemy_axis_generator_Step_0

(view raw script w/o annotations or w/e)
1
x = lerp(x, x_target, 0.25)
2
if (abs(x - x_target) < 0.01)
3
    x = x_target