wip repl
This commit is contained in:
parent
e862b02019
commit
e49fbede9a
21 changed files with 1280 additions and 148 deletions
17
tools/aseprite/tile-props/package.json
Normal file
17
tools/aseprite/tile-props/package.json
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
{
|
||||
"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"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue