Deltarune (Chapter 3) script viewer

← back to main script listing

gml_Object_obj_b2_badbridge_Create_0

(view raw script w/o annotations or w/e)
1
depth = 999999;
2
timer = 0;
3
con = 0;
4
drawamount = 0;
5
mysolid = instance_create(1824, 2688, obj_board_solid);
6
scr_darksize
scr_darksize

function
scr_darksize()
{ var inst = id; if (argument_count) inst = argument0; inst.image_xscale = 2; inst.image_yscale = 2; }
();
7
with (mysolid)
8
{
9
    image_xscale = 2;
10
    setxy_board(1824, 2432);
11
}
12
alpha = 0;
13
alphaer = 0;