Now have a configurable displayable tilemap to do better tiles.
This commit is contained in:
parent
b66a3154c7
commit
7fe6ad174d
10 changed files with 40 additions and 16 deletions
8
assets/tiles.json
Normal file
8
assets/tiles.json
Normal file
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
"WALL_TILE": "\ua5b8",
|
||||
"FLOOR_TILE": "\u2849",
|
||||
"PLAYER_TILE": "\ua66b",
|
||||
"ENEMY_TILE": "\u1d5c",
|
||||
"BG_TILE": "█",
|
||||
"WATER_TILE": "\u224b"
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue