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