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.
32 lines
659 B
32 lines
659 B
{
|
|
"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":"\u098c"
|
|
}
|
|
}
|
|
|