Required after the maps lib's 0.3.0 rewrite for paired-PNG atlases.
rts-prototype's legacy *.tilemap.json color-only fixture still loads
fine through the v1 auto-upgrade path; rendering uses render-lib's
color-rect draw_map and does not require atlas textures.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Reorganized to follow the project's module documentation structure:
Abstract paragraph, Badges as bold key:value list, Topology section
with auto-generated mermaid graph, Controls describing player input,
Demonstrates listing the Sporel features showcased, References at
the end.
Install pre-commit hook via Sporel --install-hooks=.; topology is
auto-managed by Sporel --lint --fix.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
units[1].x/y are floats after movement; %d requires integers in Lua 5.4.
Caused update hook error on frame 30, silencing the position trace.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>