32 lines
659 B
JSON
32 lines
659 B
JSON
{
|
|
"WALL_TILE": {
|
|
"foreground": [230, 20, 0],
|
|
"background": [230, 20, 2],
|
|
"display": "\ua5b8"
|
|
},
|
|
"FLOOR_TILE": {
|
|
"foreground": [80, 100, 0],
|
|
"background": [30, 20, 2],
|
|
"display":"\u2849"
|
|
},
|
|
"PLAYER_TILE": {
|
|
"foreground": [255, 200, 0],
|
|
"background": [30, 20, 2],
|
|
"display":"\ua66b"
|
|
},
|
|
"ENEMY_TILE": {
|
|
"foreground": [255, 200, 0],
|
|
"background": [30, 20, 2],
|
|
"display":"\u1d5c"
|
|
},
|
|
"BG_TILE": {
|
|
"foreground": [230, 20, 0],
|
|
"background": [230, 20, 2],
|
|
"display":"█"
|
|
},
|
|
"WATER_TILE": {
|
|
"foreground": [132, 200, 0],
|
|
"background": [147, 220, 2],
|
|
"display":"\u224b"
|
|
}
|
|
}
|