feat(maps): v0.5.2 — set_vertex / get_vertex public APIs

Vertex-grid write/read for the autotile painting path. The map-editor
0.2.0a Auto-Tile mode is the primary consumer; painting a single
vertex causes up to 4 surrounding cells to flip to material via the
any-corner rule. Coordinate-checks reject OOB writes; grid is lazily
allocated on first paint.
This commit is contained in:
calic
2026-05-28 23:51:39 +02:00
parent d0f4d17b65
commit 714ec57010
2 changed files with 57 additions and 1 deletions

View File

@@ -1 +1 @@
{"id":"lib-core.maps","version":"0.5.1","api_min":"0.1"}
{"id":"lib-core.maps","version":"0.5.2","api_min":"0.1"}