Files
sporel-module-rts-prototype/manifest.module
Axel Meyer f7c80770b0 fix: correct manifest.launcher.md to reflect no-pathfinding reality
The previous launcher description said 'units pathfind to the click
point' but the module has direct-line movement only — pathfinding is
explicitly deferred per init.lua:149's DEPRECATED-MVP comment.
2026-06-11 08:05:58 +02:00

18 lines
587 B
Plaintext

{
"id": "rts-prototype",
"version": "0.1.3",
"kind": "module",
"api": "^0.1",
"ci_frames": 60,
"entry_point": "init.lua",
"deps": [
{"id": "lib-core.maps", "version": "0.5.7"},
{"id": "lib-core.render", "version": "0.2.0"},
{"id": "lib-core.composition", "version": "0.1.0"},
{"id": "lib-core.camera", "version": "0.3.0"},
{"id": "lib-core.input", "version": "0.4.0"},
{"id": "lib-core.selection", "version": "0.1.0"},
{"id": "lib-core.command", "version": "0.1.0"}
]
}