You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
57 lines
1.2 KiB
57 lines
1.2 KiB
{
|
|
"WALL_TILE": {
|
|
"foreground": [230, 20, 0],
|
|
"background": [230, 20, 2],
|
|
"display": "\ua5b8"
|
|
},
|
|
"FLOOR_TILE": {
|
|
"foreground": [40, 15, 0],
|
|
"background": [200, 15, 2],
|
|
"display":"\u289e"
|
|
},
|
|
"MOSAIC_TILE_1": {
|
|
"foreground": [40, 15, 0],
|
|
"background": [200, 29, 2],
|
|
"display":"\u19f0"
|
|
},
|
|
"MOSAIC_TILE_2": {
|
|
"foreground": [40, 15, 0],
|
|
"background": [200, 29, 2],
|
|
"display":"\u16de"
|
|
},
|
|
"MOSAIC_TILE_3": {
|
|
"foreground": [40, 15, 0],
|
|
"background": [200, 29, 2],
|
|
"display":"\u1378"
|
|
},
|
|
"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":"\u098c"
|
|
},
|
|
"SAND_TILE": {
|
|
"foreground": [24, 106, 0],
|
|
"background": [24, 123, 2],
|
|
"display":"\u17f6"
|
|
},
|
|
"GRASS_TILE": {
|
|
"foreground": [41, 180, 0],
|
|
"background": [75, 100, 2],
|
|
"display":"\u0799"
|
|
}
|
|
}
|
|
|