Deltarune (Chapter 4) script viewer

← back to main script listing

gml_Object_obj_magicalglass_Create_0

(view raw script w/o annotations or w/e)
1
image_alpha = 0;
2
depth = 1000000;
3
sprite_index = spr_magicalglass;
4
if (global.chapter == 4)
5
{
6
    if (room == room_dw_church_ripplepuzzle_postgers)
7
        mask_index = spr_magicalglass_hb;
8
}