Files
sporel-module-lib-managemen…/manifest.module
Calic 2595759b3e feat(launcher): ship default brand assets
Solid-fill placeholders for the empty-state background (1920×1080) and
the zero-teaser hero fallback (800×450). Brand-refresh slice can drop
both files in without touching code. Loaded once on init via
engine.asset.load_texture (launcher's own sandbox).
2026-06-11 08:10:01 +02:00

15 lines
380 B
Plaintext

{
"id": "lib-management.launcher",
"version": "0.3.2",
"kind": "module",
"api": "^0.1",
"ci_frames": 10,
"name": "Sporel Launcher",
"entry_point": "init.lua",
"deps": [
{ "id": "lib-core.input", "version": "0.4.0" },
{ "id": "lib-core.git", "version": "0.2.0" },
{ "id": "lib-management.dep-fetcher", "version": "0.1.2" }
]
}