Finished the first pass of moving everything around and cleaning up as much as possible.

This commit is contained in:
Zed A. Shaw 2025-01-17 03:45:05 -05:00
parent d47f6f996d
commit adfb6367d7
9 changed files with 163 additions and 87 deletions

15
assets/config.json Normal file
View 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"
}