Deltarune (Chapter 2) script viewer

← back to main script listing

gml_Object_obj_slidebullet_Destroy_0

(view raw script w/o annotations or w/e)
1
with (instance_create_depth(x, y, 0, obj_beatflash))
2
{
3
    image_xscale = other.sprite_width;
4
    image_yscale = (1 / sprite_height) * 300;
5
}