Deltarune (Chapter 3) script viewer

← back to main script listing

gml_Object_obj_ch3_gameshow_tenna_Step_0

(view raw script w/o annotations or w/e)
1
siner += 1;
2
image_yscale = 2 + (sin(siner / 8) * 0.1);
3
if (image_yscale >= 2)
4
    image_index = 0;
5
else
6
    image_index = 1;