Deltarune (Chapter 5) script viewer

← back to main script listing

gml_Object_obj_ch5_LW20W_white_Create_0

(view raw script w/o annotations or w/e)
1
depth = -3000;
2
_parent = -4;
3
_opacity = 0;
4
_opacity_target = 0;
5
_finished = false;
6
7
init = function(arg0)
8
{
9
    _parent = arg0;
10
};
11
12
proceed = function()
13
{
14
    _opacity_target += 0.2;
15
};
16
17
proceed_final = function()
18
{
19
    _opacity_target = 1;
20
};