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; |