Deltarune (Chapter 4) script viewer

← back to main script listing

gml_Object_obj_dw_churchc_fallingtiles_Create_0

(view raw script w/o annotations or w/e)
1
image_speed = 0;
2
scr_darksize
scr_darksize

function
scr_darksize()
{ var inst = id; if (argument_count) inst = argument0; inst.image_xscale = 2; inst.image_yscale = 2; }
();
3
scr_depth
scr_depth

function
scr_depth(arg0 = id, arg1 = 0)
{ with (arg0) depth = 100000 - ((y * 10) + (sprite_height * 10) + (arg1 * 10)); }
();
4
depth += 100000;
5
siner = 0;
6
con = 0;
7
timer = 0;
8
image_blend = c_white;