Deltarune (Chapter 1) script viewer

← back to main script listing

gml_Object_obj_chasebullet_Destroy_0

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