Deltarune (Chapter 2) script viewer

← back to main script listing

gml_Object_obj_dbullet_maker_Create_0

(view raw script w/o annotations or w/e)
1
grazed = 0;
2
target = 0;
3
inv = 120;
4
damage = 124;
5
element = "none";
6
grazepoints = 5;
7
timepoints = 5;
8
active = 0;
9
dont = 1;
10
activetimer = 0;
11
difficulty = 1;
12
times = 0;
13
image_alpha = 0;
14
if (instance_exists(obj_heart))
15
    futuredir = point_direction(x, y, obj_heart.x + 8, obj_heart.y + 8);
16
else
17
    instance_destroy();