Undertale script viewer

← back to main script listing

gml_Object_blt_chasefire1_Collision_762

(view raw script w/o annotations or w/e)
1
vspeed = -vspeed;
2
if (bounced == 1)
3
    instance_destroy();
4
friction = 0.04;