godot 4.3
I have collision enabled with my tile map, and instead of what I have as my tile map artwork, it displays my artwork with the hitbox tinting it, and I would not like to see the hitbox when running the game. Anyone know a solution for this
godot 4.3
I have collision enabled with my tile map, and instead of what I have as my tile map artwork, it displays my artwork with the hitbox tinting it, and I would not like to see the hitbox when running the game. Anyone know a solution for this
Change the TileMapLayer.collision_visibility_mode
to Default
or Force hide