Undertale script viewer
← back to main script listing
gml_Object_obj_clawbullet_failure_Create_0
(
view raw script w/o annotations or w/e
)
1
image_speed = 0.2;
2
direction = random(360);
3
speed = random(0.2);
4
dmg = 0;