Deltarune (Chapter 3) script viewer

← back to main script listing

gml_Object_obj_susiezilla_singlescreen_hud_element_Create_0

(view raw script w/o annotations or w/e)
1
xoff = 0;
2
yoff = 0;
3
movespeed = 0.2;
4
cur_movespeed = 0.025;
5
timer = irandom(10);
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
image_speed = 0.125;
8
depth = 0;