Undertale script viewer

← back to main script listing

gml_Object_obj_followspear_2_Create_0

(view raw script w/o annotations or w/e)
1
rotspeed = 38;
2
image_alpha = 0;
3
offsetdir = point_direction(x, y, obj_heart.x + 8, obj_heart.y + 8);
4
image_angle = offsetdir + 20;
5
direction = offsetdir;
6
speed = 4;
7
friction = 0.2;
8
dmg = 11;
9
deactivate = 0;
10
timer = 0;
11
fade = 0;