Deltarune (Chapter 4) script viewer

← back to main script listing

gml_Object_obj_lightsource_shrinking_Create_0

(view raw script w/o annotations or w/e)
1
radius = 160;
2
targetradius = radius;
3
siner = 0;
4
con = 0;
5
shrinkspeed = 1;
6
sprite_index = -4;
7
smallerLight = 0;
8
biggerLight = 0;
9
collider = instance_create(x, y, obj_light_collider);