Deltarune (Chapter 3) script viewer

← back to main script listing

gml_Object_obj_dw_ranking_t_screens_Create_0

(view raw script w/o annotations or w/e)
1
width = image_xscale / 2;
2
height = image_yscale / 2;
3
timer = 0;
4
init = 0;
5
type = 0;
6
if (global.plot >= 150)
7
    type = 1;
8
tennax = 0;
9
pitcherror = 0;
10
tvheight = 80;
11
tvwidth = 80;
12
tvbasecolor = #5B2745;
13
tvbasesprite = spr_dw_teevie_tv_base_thin;
14
mode = 0;
15
tenna_anim = 0;
16
scr_depth
scr_depth

function
scr_depth()
{ if (argument_count > 0) { with (argument0) depth = 100000 - ((y * 10) + (sprite_height * 10)); } else { depth = 100000 - ((y * 10) + (sprite_height * 10)); } }
();