Deltarune (Chapter 4) script viewer

← back to main script listing

gml_Object_obj_titan_feather_Step_0

(view raw script w/o annotations or w/e)
1
speed *= 0.95;
2
image_angle += rot;
3
rot *= 0.95;
4
life--;
5
if (life <= 0)
6
    instance_destroy();
7
image_alpha = life / lifeD;