Deltarune (Chapter Select) script viewer

← back to main script listing

gml_GlobalScript_up_p

(view raw script w/o annotations or w/e)
1
function up_p()
2
{
3
    return global.input_pressed[2];
4
}