Undertale Yellow script viewer

← back to main script listing

gml_Object_obj_heart_battle_effect_shard_Step_2

(view raw script w/o annotations or w/e)
1
if (!instance_exists(obj_heart_battle_fighting_parent))
2
{
3
    instance_destroy()
4
    return;
5
}
6
x += hsp
7
y += vsp
8
if (vsp < 20)
9
    vsp += grav