editor: list tiles in project directory
This commit is contained in:
parent
1605e743f4
commit
6484d42dab
9 changed files with 210 additions and 58 deletions
BIN
project/tiling/dirt/0_0.png
Normal file
BIN
project/tiling/dirt/0_0.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1 KiB |
5
project/tiling/dirt/meta.json
Normal file
5
project/tiling/dirt/meta.json
Normal file
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
"name": "Dirt",
|
||||
"width": 1,
|
||||
"height": 1
|
||||
}
|
BIN
project/tiling/grass/0_0.png
Normal file
BIN
project/tiling/grass/0_0.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.3 KiB |
5
project/tiling/grass/meta.json
Normal file
5
project/tiling/grass/meta.json
Normal file
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
"name": "Grass",
|
||||
"width": 1,
|
||||
"height": 1
|
||||
}
|
Reference in a new issue