Deltarune (Chapter 3) script viewer

← back to main script listing

gml_Object_obj_ch3_b4_chef_fire_Destroy_0

(view raw script w/o annotations or w/e)
1
with (instance_create(x, y, obj_flickerdie))
2
{
3
    sprite_index = other.sprite_index;
4
    image_index = other.image_index;
5
    image_speed = 0;
6
    image_xscale = other.image_xscale;
7
    image_yscale = other.image_yscale;
8
}