Deltarune (Chapter 2) script viewer

← back to main script listing

gml_GlobalScript_setxy

(view raw script w/o annotations or w/e)
1
function setxy(arg0, arg1)
2
{
3
    x = arg0;
4
    y = arg1;
5
}