9 lines
271 B
Plaintext
Executable File
9 lines
271 B
Plaintext
Executable File
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 )
|
|
image_angle = tagdir
|
|
x = tagx + __view_get( e__VW.XView, 0 )
|
|
y = tagy + __view_get( e__VW.YView, 0 )
|
|
|