Deltarune script viewer

← back to main script listing

gml_Object_obj_chasebullet_ch1_Destroy_0

(view raw script w/o annotations or w/e)
1
if (active == 1)
2
{
3
    af = instance_create_ch1(x, y, obj_afterimage_ch1);
4
    af.sprite_index = sprite_index;
5
    af.depth = depth;
6
    af.image_angle = futuredir;
7
}