Deltarune (Chapter 5) 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
wall_destroy = 1;
4
bottomfade = 0;
5
lifetime = 0;
6
maxlifetime = 90;
7
updateimageangle = 0;
8
timer = 0;
9
con = 0;
10
telegraph_alpha = 0;
11
donut_speed = 4 + irandom(2);
12
donut_gravity = 1.5;
13
image_alpha = 1;
14
image_xscale = 2;
15
image_yscale = 2;
16
if (!instance_exists(obj_heart))
17
    instance_destroy();