Deltarune script viewer

← back to main script listing

gml_Object_obj_sneo_armcannon_smoke_Create_0

(view raw script w/o annotations or w/e)
1
image_xscale = 1;
2
image_yscale = 1;
3
speed = 4;
4
friction = 0.2;
5
direction = 70 + random(80);
6
image_speed = 0;
7
image_angle = 70 + random(80);
8
timer = 0;