Deltarune (Chapter 1) 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
if (global.darkzone == 1)
3
{
4
    image_xscale = 2;
5
    image_yscale = 2;
6
}