ludum-dare-42/objects/obj_bullet/Create_0.gml

7 lines
107 B
Plaintext

hp = 1;
direction = point_direction(x,y,obj_mola.x,obj_mola.y);
speed = 8;
image_angle = direction;