Deltarune (Chapter 3) script viewer

← back to main script listing

gml_Object_obj_dw_ch3_b3bs_zapperhead_Create_0

(view raw script w/o annotations or w/e)
1
if (room == room_dw_b3bs_camerareminder)
2
{
3
    sprite_index = spr_dw_couch_zapper_outline_white;
4
    image_blend = #575131;
5
    image_blend = c_black;
6
}
7
scr_darksize
scr_darksize

function
scr_darksize()
{ var inst = id; if (argument_count) inst = argument0; inst.image_xscale = 2; inst.image_yscale = 2; }
();
8
image_xscale = choose(-2, 2);
9
x = 
scr_even
scr_even

function
scr_even(arg0)
{ return round(arg0 / 2) * 2; }
(x);
10
y = 
scr_even
scr_even

function
scr_even(arg0)
{ return round(arg0 / 2) * 2; }
(y);