Scaffold sporel-module-map-editor package
Empty launchable module with deps on lib-core.maps 0.4.0, render, camera, input, and the fa_terrain_v1 asset alias. Renders the default 4x4 empty work-map; interactive editing wired in subsequent commits.
This commit is contained in:
18
manifest.module
Normal file
18
manifest.module
Normal file
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"id": "sporel-module-map-editor",
|
||||
"version": "0.1.0",
|
||||
"kind": "module",
|
||||
"api": "^0.1",
|
||||
"ci_frames": 30,
|
||||
"entry_point": "init.lua",
|
||||
"asset_aliases": {
|
||||
"fa_terrain_v1": "lib-asset.prototype-fa-starter"
|
||||
},
|
||||
"deps": [
|
||||
{"id":"lib-core.maps","version":"0.4.0"},
|
||||
{"id":"lib-core.render","version":"0.1.0"},
|
||||
{"id":"lib-core.camera","version":"0.3.0"},
|
||||
{"id":"lib-core.input","version":"0.4.0"},
|
||||
{"id":"lib-asset.prototype-fa-starter","version":"0.2.0"}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user