Deltarune (Chapter 4) script viewer

← back to main script listing

gml_Object_obj_incense_cloud_destroyed_Create_0

(view raw script w/o annotations or w/e)
1
timer = 0;
2
con = 0;
3
type = 0;
4
DissolveAmount = 1;
5
chainreaction = true;
6
chainreactiontimer = 0;
7
col1 = make_color_rgb(204, 0, 0);
8
col2 = make_color_rgb(255, 140.25, 0);
9
col1 = make_color_rgb(204, 0, 0);
10
col2 = make_color_rgb(255, 140.25, 0);
11
DissolveSettings(4594, 0, col1, col2, 0.2);
12
DissolveSettings(4594, 0, 16777215, 16777215, 0.3);
13
sprite_index = spr_incense_cloud;
14
image_alpha = 1;