Files
Grim_Rune_Terrain_Generator/languages/en.json
T
2026-05-07 15:06:56 -05:00

29 lines
565 B
JSON

{
"BASIC_AURA_HIGHLIGHTING": {
"tabs": {
"auras": "Auras",
"add": "Add aura",
"delete": "Delete aura",
"empty": "No auras configured."
},
"settings": {
"name": {
"name": "Aura Name"
},
"radius": {
"name": "Aura Radius",
"hint": "The radius of the aura in scene distance units."
},
"color": {
"name": "Highlight Color"
},
"measurement": {
"from": "From",
"to": "To",
"edge": "Edge",
"center": "Center"
}
}
}
}