Deltarune (Chapter 5) 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(arg0 = 4)
{ with (instance_create(x, y, obj_shake)) { shakex = arg0; shakey = arg0; } }
(arg0 = 4)
2
{
3
    with (instance_create(x, y, obj_shake))
4
    {
5
        shakex = arg0;
6
        shakey = arg0;
7
    }
8
}