Deltarune (Chapter 2) script viewer

← back to main script listing

gml_Object_obj_bq_baseball_final_hits_boss_Step_0

(view raw script w/o annotations or w/e)
1
image_angle += 3;
2
if (y > -820 && state == 0)
3
{
4
    instance_create(x, y, o_bq_whitefade);
5
    state = 1;
6
}