Deltarune (Chapter 1) script viewer

← back to main script listing

gml_Object_obj_fadeout_Create_0

(view raw script w/o annotations or w/e)
1
image_blend = c_black;
2
fadespeed = 0.08;
3
if (os_type == os_macosx)
4
    fadespeed = 0.14;
5
image_alpha = 0;
6
length = 10 + (room_width / 4);
7
height = 10 + (room_height / 4);
8
x = -20;
9
y = -20;