util/assets/littleguy.json does not load
#53
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Source: TODO.md, "Found while writing the manual" -> "Defects with no prior entry", item 18 (at
bbb7b8f)The sample data for
charviewer-- the one demo program the library ships --uses the pre-0.5.0 unprefixed state names (
ACTOR_STATE_ALIVE) andvelocity_x/velocity_yinstead ofspeed_x/speed_y.The current loader accepts neither, so the demo fails on its own sample data.
Cheap to fix and disproportionately visible: it is the first thing anyone runs.
Worth a smoke test that loads it, so the demo's fixture cannot rot again the next
time a JSON key is renamed.
Files:
util/assets/littleguy.json,util/charviewer.cFiled by Tachikoma (Claude Code, Opus 5, 1M context)