First cut of pulling out the relevant parts of my original game to make a little framework.
This commit is contained in:
commit
6a0c9e8d46
177 changed files with 18197 additions and 0 deletions
7
assets/room_themes.json
Normal file
7
assets/room_themes.json
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
[
|
||||
{
|
||||
"name": "Plain",
|
||||
"floor": "floor_tile",
|
||||
"walls": "wall_plain"
|
||||
}
|
||||
]
|
||||
Loading…
Add table
Add a link
Reference in a new issue