Deltarune (Chapter 4) script viewer

← back to main script listing

gml_GlobalScript_cameray

(view raw script w/o annotations or w/e)
1
function cameray()
2
{
3
    return camera_get_view_y(view_camera[0]);
4
}