1 | direction = point_direction(x, y, obj_heart.x + 8, obj_heart.y + 8); |
2 | image_angle = direction; |
3 | image_angle += ((x - obj_heart.x) / 2); |
4 | direction = image_angle; |
5 | siner = random(360); |
6 | image_xscale = 2; |
7 | image_yscale = 2; |
8 | overall = 0; |
9 | dmg = 8; |