Deltarune script viewer

← back to main script listing

gml_GlobalScript_gt_maxy

(view raw script w/o annotations or w/e)
1
function gt_maxy()
2
{
3
    if (instance_exists(obj_growtangle))
4
        return obj_growtangle.y + (obj_growtangle.sprite_height / 2);
5
}