mirror of
https://github.com/godotengine/godot-demo-projects.git
synced 2026-01-07 16:30:06 +01:00
TileMap is deprecated in 4.3 as TileMapLayer supersedes it. Co-authored-by: Hugo Locurcio <hugo.locurcio@hugo.pro>
Dynamic TileMap Layers
Example of how to make a fake wall using TileMap's
_tile_data_runtime_update() method. It shows how
to disable collisions per layer.
Language: GDScript
Renderer: Compatibility
Check out this demo on the asset library: https://godotengine.org/asset-library/asset/2713
