roguish/assets/tiles.json

57 lines
1.2 KiB
JSON

{
"WALL_TILE": {
"foreground": [230, 20, 30],
"background": [230, 20, 120],
"display": "\ua5b8"
},
"FLOOR_TILE": {
"foreground": [40, 15, 125],
"background": [200, 15, 75],
"display":"\u289e"
},
"MOSAIC_TILE_1": {
"foreground": [40, 15, 125],
"background": [200, 29, 75],
"display":"\u19f0"
},
"MOSAIC_TILE_2": {
"foreground": [40, 15, 125],
"background": [200, 29, 75],
"display":"\u16de"
},
"MOSAIC_TILE_3": {
"foreground": [40, 15, 125],
"background": [200, 29, 75],
"display":"\u1378"
},
"PLAYER_TILE": {
"foreground": [255, 200, 125],
"background": [30, 20, 75],
"display":"\ua66b"
},
"ENEMY_TILE": {
"foreground": [255, 200, 125],
"background": [30, 20, 75],
"display":"\u1d5c"
},
"BG_TILE": {
"foreground": [230, 20, 125],
"background": [230, 20, 125],
"display":"█"
},
"WATER_TILE": {
"foreground": [132, 200, 180],
"background": [147, 220, 100],
"display":"\u098c"
},
"SAND_TILE": {
"foreground": [24, 106, 180],
"background": [24, 123, 100],
"display":"\u17f6"
},
"GRASS_TILE": {
"foreground": [41, 180, 180],
"background": [75, 100, 100],
"display":"\u0799"
}
}