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

7 lines
107 B
Plaintext
Raw Normal View History

2021-06-16 23:13:19 -07:00
hp = 1;
direction = point_direction(x,y,obj_mola.x,obj_mola.y);
speed = 8;
image_angle = direction;