Deltarune (Chapter 2) script viewer

← back to main script listing

gml_GlobalScript_scr_shakescreen

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

function
scr_shakescreen()
{ instance_create(x, y, obj_shake); }
()
2
{
3
    instance_create(x, y, obj_shake);
4
}