Deltarune script viewer

← back to main script listing

gml_Object_obj_mansion_shovelpile_particle_Step_0

(view raw script w/o annotations or w/e)
1
if (image_alpha > 0)
2
{
3
    image_alpha -= 0.2
4
    rotate_timer--
5
    if (rotate_timer <= 0)
6
        image_angle += 90
7
    else
8
        rotate_timer = rotate_time
9
}
10
else
11
    instance_destroy()