Deltarune (Chapter 3) script viewer

← back to main script listing

gml_Object_obj_board_perfumefountainphotoeffect_Create_0

(view raw script w/o annotations or w/e)
1
timer = -16;
2
triggered = 0;
3
scr_depth_board
scr_depth_board

function
scr_depth_board()
{ depth = 1000000 - ((y * 10) + ((sprite_height - sprite_yoffset) * 10)); } function scr_board_depth() {
scr_depth_board();
}
();
4
mydist = 32;
5
loopsnd = snd_loop(snd_board_shine_loop);
6
snd_volume(loopsnd, 0, 0);
7
snd_volume(loopsnd, 1, 5);