| 1 | image_speed = 0.1; |
| 2 | gradient_height = room_height / 1.05; |
| 3 | colors = [65535, make_color_rgb(255, 126, 2), make_color_rgb(237, 0, 143)]; |
| 4 | info = sprite_get_info(3321); |
| 5 | image = spr_collisionbox; |
| 6 | info.width /= 2; |
| 7 | info.height = room_height; |