godot-tilemap

安装量: 1.5K
排名: #7912

安装

npx skills add https://github.com/gamedev-skills/awesome-gamedev-agent-skills --skill godot-tilemap

Godot TileMap (4.7 TileMapLayer) Author tile-based levels with TileMapLayer + TileSet , add per-tile collision and custom data, autotile with terrains, and manipulate cells at runtime. Targets Godot 4.7 , where TileMapLayer replaces the now-deprecated TileMap node. When to use Use when designing 2D levels from a tile grid, configuring a TileSet (collision, navigation, custom data, terrains), or reading/writing tiles from code. Use when migrating a TileMap node (single node, many layers) to multiple TileMapLayer nodes (one layer each). When not to use: moving the player across the tiles → godot-2d-movement ; general physics bodies/raycasts → godot-physics ; procedural map generation algorithms → procedural-gen ; level design practice → level-design . Core workflow Show more Installs 899 Repository gamedev-skills/…t-skills GitHub Stars 456 First Seen Jun 27, 2026 Security Audits Gen Agent Trust Hub Pass Socket Pass Snyk Pass

返回排行榜