Now have a working config manager that can exist in the world properly.
This commit is contained in:
parent
f6ddf4b03b
commit
ddf1ba955c
5 changed files with 46 additions and 6 deletions
18
assets/config.json
Normal file
18
assets/config.json
Normal file
|
@ -0,0 +1,18 @@
|
|||
{
|
||||
"map": {
|
||||
"WALL_TILE": "█",
|
||||
"FLOOR_TILE": "\u2849",
|
||||
"PLAYER_TILE": "♣",
|
||||
"ENEMY_TILE": "Ω",
|
||||
"BG_TILE": "█"
|
||||
},
|
||||
"enemies": {
|
||||
|
||||
},
|
||||
"player": {
|
||||
|
||||
},
|
||||
"type": {
|
||||
"TEST": 1234
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue