Undertale script viewer
← back to main script listing
gml_Object_obj_melonbullet_Create_0
(
view raw script w/o annotations or w/e
)
1
size = 1;
2
move_towards_point(obj_heart.x + 8, obj_heart.y + 8, 1);
3
friction = -0.3;
4
dmg = 8;