Deltarune (Chapter Select) script viewer

← back to main script listing

gml_Object_obj_screen_transition_Create_0

(view raw script w/o annotations or w/e)
1
spr_aftereffect = -4;
2
fadeout = 1;
3
xscale = 1;
4
yscale = 1;
5
yy = y;
6
_active = false;
7
_parent = -4;
8
_timer = 0;
9
_callback = -4;
10
_disable_timer = false;
11
_target_chapter = -1;
12
13
init = function(arg0, arg1, arg2)
14
{
15
    _parent = arg0;
16
    _target_chapter = arg1;
17
    _timer = arg2;
18
    depth = -100;
19
};
20
21
start = function(arg0)
22
{
23
    _active = true;
24
    _callback = arg0;
25
};