pxl8/tools/aseprite/tile-props/package.json
2025-11-01 15:19:57 -05:00

17 lines
309 B
JSON

{
"name": "tile-props",
"displayName": "pxl8 tile props",
"description": "Edit custom properties for tilemap tiles",
"version": "1.0.0",
"author": {
"name": "pxl8.org"
},
"categories": ["Scripts"],
"contributes": {
"scripts": [
{
"path": "./main.lua"
}
]
}
}