Deltarune script viewer

← back to main script listing

gml_Object_obj_sneo_heatattack_bullet_Step_0

(view raw script w/o annotations or w/e)
1
image_angle = dir
2
f += 1.4
3
x += lengthdir_x(f, dir)
4
y += lengthdir_y(f, dir)
5
if (global.turntimer < 1)
6
    instance_destroy()