Deltarune script viewer

← back to main script listing

gml_Object_obj_dojofx_front_Create_0

(view raw script w/o annotations or w/e)
1
depth = 100;
2
for (i = 0; i < 6; i++)
3
{
4
    alpha[i] = 0;
5
    exists[i] = 0;
6
    width[i] = 20;
7
    myx[i] = 0;
8
    myy[i] = 0;
9
}
10
init = 0;