Deltarune (Chapter 3) script viewer

← back to main script listing

gml_Object_obj_b3bs_searchzapper_Create_0

(view raw script w/o annotations or w/e)
1
scr_darksize
scr_darksize

function
scr_darksize()
{ var inst = id; if (argument_count) inst = argument0; inst.image_xscale = 2; inst.image_yscale = 2; }
();
2
state = 0;
3
con = 0;
4
timer = 0;
5
scon = 0;
6
stimer = 0;
7
dir = 0;
8
image_speed = 0;
9
image_index = dir;
10
sarea = instance_create(x, y, obj_triggervolume);
11
sarea.sprite_index = spr_b3bs_searchzapper_searchlight;
12
sarea.image_xscale = 2;
13
sarea.image_yscale = 2;
14
sarea.image_alpha = 0.2;
15
sarea.depth = 1000000;
16
sarea.visible = true;