Deltarune (Chapter 2) script viewer

← back to main script listing

gml_GlobalScript_scr_teacup_topstart

(view raw script w/o annotations or w/e)
1
function scr_teacup_topstart
scr_teacup_topstart

function scr_teacup_topstart() { with (obj_teacup) { y = endY; reverse = true; } }
()
2
{
3
    with (obj_teacup)
4
    {
5
        y = endY;
6
        reverse = true;
7
    }
8
}