Deltarune (Chapter 2) script viewer

← back to main script listing

gml_Object_obj_excblcon_Create_0

(view raw script w/o annotations or w/e)
1
alarm[0]
 = 20;
gml_Object_obj_excblcon_Alarm_0.gml

instance_destroy();
2
image_speed = 0.1;
3
if (global.darkzone == 1)
4
{
5
    image_xscale = 2;
6
    image_yscale = 2;
7
}