Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions 2d/dynamic_tilemap_layers/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,11 @@ Renderer: Compatibility

Check out this demo on the asset library: https://godotengine.org/asset-library/asset/2713

## Note

The new TileMapLayer introduced in Godot 4.3 allows disabling collisions for a layer dynamically using a checkbox in the inspector.
For earlier Godot versions use the procedure described here.

## Screenshots

![Screenshot](screenshots/fake_wall.png)