16 lines
445 B
JSON
16 lines
445 B
JSON
|
|
{
|
||
|
|
"id": "tilemap-editor",
|
||
|
|
"name": "@esengine/tilemap-editor",
|
||
|
|
"displayName": "Tilemap Editor",
|
||
|
|
"description": "Editor support for tilemap system | 瓦片地图编辑器支持",
|
||
|
|
"version": "1.0.0",
|
||
|
|
"category": "Editor",
|
||
|
|
"icon": "Grid3X3",
|
||
|
|
"isEditorPlugin": true,
|
||
|
|
"runtimeModule": "@esengine/tilemap",
|
||
|
|
"exports": {
|
||
|
|
"inspectors": ["TilemapComponentInspector", "TilesetInspector"],
|
||
|
|
"panels": ["TilemapEditorPanel"]
|
||
|
|
}
|
||
|
|
}
|