l3tde/resources/terrains.json

15 lines
247 B
JSON

[
{
"name": "grass",
"symbol": ".",
"foreground": "green",
"background": "black"
},
{
"name": "tree",
"symbol": "t",
"foreground": "yellow",
"background": "black"
}
]