Finished the first pass of moving everything around and cleaning up as much as possible.
This commit is contained in:
parent
d47f6f996d
commit
adfb6367d7
9 changed files with 163 additions and 87 deletions
15
assets/config.json
Normal file
15
assets/config.json
Normal file
|
@ -0,0 +1,15 @@
|
|||
{
|
||||
"textures": [
|
||||
"assets/tile01.png",
|
||||
"assets/tile16.png",
|
||||
"assets/tile02.png",
|
||||
"assets/tile03.png",
|
||||
"assets/tile05.png",
|
||||
"assets/tile17.png"
|
||||
],
|
||||
"sprites": [
|
||||
"assets/portal.png"
|
||||
],
|
||||
"floor": "assets/tile32.png",
|
||||
"ceiling": "assets/tile10.png"
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue