Deltarune (Chapter 3) script viewer

← back to main script listing

gml_GlobalScript_application_surface_x

(view raw script w/o annotations or w/e)
1
function application_surface_x()
2
{
3
    var appsurf = application_get_position();
4
    var appsurfx = appsurf[0];
5
    return appsurfx;
6
}