Godot Version
4.2
Question
I am mimicking a z axis in a top down 2d game using many collision layers. I noticed that the layers have assigned bits, but the only method to set them I could find is to manually set each one with a new line of code. Is there some way I can use the bit number instead so I can set all of them to false or true in one line?