Deltarune (Chapter 2) script viewer

← back to main script listing

gml_Object_obj_sneo_final_orb_Other_10

(view raw script w/o annotations or w/e)
1
if (timer > 0)
2
    exit;
3
timer = 1;
4
destroyable = 0;
5
depth -= 40;
6
d = instance_create(x, y, obj_fadeout);
7
d.image_blend = c_white;