No code change. v0.3.0 adds an optional sprite_scale property on draw_entities path-1; map-editor doesn't set it, so default 1.0 preserves v0.2.0 behavior. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
21 lines
632 B
Plaintext
21 lines
632 B
Plaintext
{
|
|
"id": "map-editor",
|
|
"version": "0.4.0",
|
|
"kind": "module",
|
|
"api": "^0.1",
|
|
"ci_frames": 30,
|
|
"entry_point": "init.lua",
|
|
"asset_aliases": {
|
|
"blob_rect_stone": "lib-asset.prototype-blob-geom"
|
|
},
|
|
"deps": [
|
|
{"id":"lib-core.maps","version":"0.5.7"},
|
|
{"id":"lib-core.render","version":"0.3.0"},
|
|
{"id":"lib-core.composition","version":"0.3.0"},
|
|
{"id":"lib-core.camera","version":"0.3.0"},
|
|
{"id":"lib-core.input","version":"0.4.0"},
|
|
{"id":"lib-core.panel","version":"0.4.0"},
|
|
{"id":"lib-asset.prototype-blob-geom","version":"0.1.0"}
|
|
]
|
|
}
|