Deltarune script viewer

← back to main script listing

gml_Object_obj_thrash_transformation_transition_Step_0

(view raw script w/o annotations or w/e)
1
image_alpha -= 0.02
2
if (image_alpha == 0)
3
    instance_create(320, -260, obj_thrash_intro)
4
if (image_alpha < 0)
5
    instance_destroy()