Isolate vendored test registration, namespace project error codes, and update dependency revisions. Fix mutable sprite path handling, out-of-tree fixtures, and charviewer initialization while documenting the outstanding character-to-sprite refcount bug. Co-authored-by: Codex (GPT-5) <noreply@openai.com>
19 lines
263 B
JSON
19 lines
263 B
JSON
{
|
|
"spritesheet": {
|
|
"filename": "spritesheet.png",
|
|
"frame_width": 48,
|
|
"frame_height": 48
|
|
},
|
|
"name": "testsprite2",
|
|
"width": 48,
|
|
"height": 48,
|
|
"speed": 100,
|
|
"loop": true,
|
|
"loopReverse": true,
|
|
"frames": [
|
|
12,
|
|
13,
|
|
14
|
|
]
|
|
}
|