| 1 | draw_sprite(sprite_index, image_index, x, y); |
| 2 | if (secrettrick == 1) |
| 3 | { |
| 4 | depth = -1; |
| 5 | wht += 0.01; |
| 6 | draw_set_alpha(wht); |
| 7 | draw_set_color(c_white); |
| 8 | ossafe_fill_rectangle(-10, -10, 999, 999); |
| 9 | draw_set_alpha(1); |
| 10 | } |