Deltarune (Chapter 3) script viewer

← back to main script listing

gml_Object_obj_shutta_text_Create_0

(view raw script w/o annotations or w/e)
1
index = instance_number(obj_shutta_text) - 1;
2
timer = 15 + (index * 6);
3
con = 0;
4
text = "";
5
color = c_white;
6
image_xscale = 1;
7
image_yscale = 1;
8
image_alpha = 0;
9
depth = obj_herokris.depth - 99999;