Now have a basic prototype lighting system.
This commit is contained in:
parent
1bb04b4562
commit
a9217e8423
4 changed files with 65 additions and 48 deletions
|
@ -1,8 +1,8 @@
|
|||
{
|
||||
"map": {
|
||||
"WALL_TILE": "█",
|
||||
"WALL_TILE": "\ua5b8",
|
||||
"FLOOR_TILE": "\u2849",
|
||||
"PLAYER_TILE": "♣",
|
||||
"PLAYER_TILE": "\ua66b",
|
||||
"ENEMY_TILE": "Ω",
|
||||
"BG_TILE": "█"
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue