Deltarune (Chapter 3) script viewer

← back to main script listing

gml_Object_obj_bullet_healing_Create_0

(view raw script w/o annotations or w/e)
1
spin = 0;
2
spinspeed = 0;
3
image_alpha = 1;
4
if (!instance_exists(obj_heart))
5
    instance_destroy();
6
wall_destroy = 1;
7
bottomfade = 0;
8
lifetime = 0;
9
maxlifetime = 90;
10
updateimageangle = 0;