ludum-dare-23/objects/obj_bulletA/Step_0.gml

7 lines
185 B
Plaintext
Executable File

image_angle += 4
tagx += (tagspeed*cos(degtorad(tagdir)))
tagy -= (tagspeed*sin(degtorad(tagdir)))
x = tagx + __view_get( e__VW.XView, 0 )
y = tagy + __view_get( e__VW.YView, 0 )