Deltarune (Chapter 5) script viewer

← back to main script listing

gml_Object_obj_ch5_LW01_kris_Create_0

(view raw script w/o annotations or w/e)
1
image_speed = 0;
2
_state = 0;
3
_timer = 0;
4
_alt = 0;
5
_paused = true;
6
_flipped = false;
7
depth = 97980;
8
_x_target = 213;
9
_y_target = 138;
10
_xx = x;
11
_yy = y;
12
_shake = false;
13
active = 0;
14
target = 0;
15
shakeamt = 5;
16
shakereduct = 1;
17
shakespeed = 1;
18
nowx = 0;
19
nowy = 0;
20
on = 1;
21
22
pause = function()
23
{
24
    _paused = true;
25
};