godot-tilemap-mastery
Installation
SKILL.md
TileMap Mastery
TileMapLayer grids, TileSet atlases, terrain autotiling, and custom data define efficient 2D level systems.
Available Scripts
tilemap_data_manager.gd
Expert TileMap serialization and chunking manager for large worlds.
terrain_path_painter.gd
Advanced runtime terrain autotiling (Terrains v2) for roads, rivers, and organic paths.
destructible_tile_logic.gd
Pattern for managing tile health and breakage based on Custom Data Layers.
gameplay_data_query.gd
Efficiently reading Custom Data (friction, hazards) to drive character/physics logic.