Deltarune (Chapter 3) script viewer

← back to main script listing

gml_Object_obj_dw_chef_screen_empty_Create_0

(view raw script w/o annotations or w/e)
1
depth = 100000;
2
screen_alpha = 1;
3
screenwidth = view_wport[0] * 2;
4
screenheight = view_hport[0];
5
crttimer = 0;
6
crt_glitch = 0;
7
chromStrength = 0.5;
8
star_anim = 0;
9
star_anim_speed = 0.5;
10
bg_speed = 1;
11
bg_speed_y = 1;
12
bg_speed_max = 3;
13
bg_speed_y_max = 3;
14
screen_anim = 0;
15
screen_anim_speed = 0.2;
16
con = 0;
17
target_scale = 2;
18
screen_scale = 2;
19
logo_pos_y = 40;
20
target_logo_pos_y = 40;
21
tutorial_active = false;
22
stove_anim = 0;
23
_x_pos = 110;
24
_y_pos = cameray();
25
_x_width = 420;
26
_y_height = 200;
27
_progress = 1;
28
countdown = false;
29
countdown_timer = 0;
30
countdown_finished = false;
31
countdown_text = 3;
32
33
start_countdown = function()
34
{
35
    countdown = true;
36
};
37
38
set_progress = function(arg0)
39
{
40
    _progress = arg0;
41
};