Deltarune (Chapter 4) script viewer

← back to main script listing

gml_Object_obj_halo_bat_aim_Other_25

(view raw script w/o annotations or w/e)
1
if (timer >= 34 && timer < 38)
2
{
3
    direction = temp_angle;
4
    speed -= 0.2;
5
}
6
if (timer == 38)
7
    speed = 24;
8
if (timer > 38)
9
    speed *= 0.65;