1 | if (global.sworks_flag[1] >= 4) |
2 | { |
3 | tile_layer_hide(1000002) |
4 | layer_set_visible("conveyor_belts_off", false) |
5 | layer_set_visible("tv_off", false) |
6 | } |
7 | if (global.sworks_flag[1] < 3) |
8 | { |
9 | instance_create(0, 0, obj_steamworks_metal_sounds) |
10 | instance_create(0, 0, obj_vignette) |
11 | } |