I was trying to make some tiles to enable and disable with a bool variable, all in just one TileSet. I have a blue tile for the ones that enable their collision when the variable is true, and disable it when false. And another green tile for the ones that disable their collision when the variable is true, and enable it when false.

I want to disable and enable the variable mid game from the player's code