Now have a working config manager that can exist in the world properly.

This commit is contained in:
Zed A. Shaw 2024-11-03 05:57:35 -05:00
parent f6ddf4b03b
commit ddf1ba955c
5 changed files with 46 additions and 6 deletions

18
assets/config.json Normal file
View file

@ -0,0 +1,18 @@
{
"map": {
"WALL_TILE": "█",
"FLOOR_TILE": "\u2849",
"PLAYER_TILE": "♣",
"ENEMY_TILE": "Ω",
"BG_TILE": "█"
},
"enemies": {
},
"player": {
},
"type": {
"TEST": 1234
}
}