Deltarune (Chapter 3) script viewer

← back to main script listing

gml_GlobalScript_camerax

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