forked from wsaunders1014/TerrainLayer
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
IronMonk88
committed
Mar 10, 2021
1 parent
dc491c1
commit 5474d5b
Showing
4 changed files
with
24 additions
and
38 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,11 @@ | ||
{ | ||
"TerrainLayer.ok": "OK", | ||
"TerrainLayer.sf": "Terrain Grid", | ||
"TerrainLayer.select": "Select Difficult Terrain", | ||
"TerrainLayer.add": "Add Difficult Terrain", | ||
"TerrainLayer.subtract": "Remove Difficult Terrain", | ||
"TerrainLayer.fill": "Fill Grid", | ||
"TerrainLayer.confirmFill": "This will mark every grid space as difficult terrain, overwriting any spots you've marked.", | ||
"TerrainLayer.onoff": "Enable/Disable Terrain", | ||
"TerrainLayer.reset": "Reset Terrain", | ||
"TerrainLayer.confirmReset": "Are you sure? Terrain layer will be reset.", | ||
"TerrainLayer.scale-s": "Terrain Icon Scale", | ||
"TerrainLayer.scale-l": "The scale of the icons.", | ||
"TerrainLayer.opacity-s": "Terrain Icon Opacity", | ||
"TerrainLayer.opacity-l": "Opacity of the Icon and Number.", | ||
"TerrainLayer.multiple-s": "Multiple Max", | ||
"TerrainLayer.multiple-l": "Set how high multiple goes.", | ||
"TerrainLayer.showtext-s": "Show Text", | ||
"TerrainLayer.showtext-l": "Show the text of how difficult the terrain is." | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,8 @@ | ||
{ | ||
"TerrainLayer.ok": "OK", | ||
"TerrainLayer.sf": "Cuadrícula del Terreno", | ||
"TerrainLayer.select":"Seleccionar Terreno Dificil", | ||
"TerrainLayer.add":"Añadir Terreno Dificil", | ||
"TerrainLayer.subtract":"Eliminar Terreno Dificil", | ||
"TerrainLayer.fill":"Llenar Cuadrícula", | ||
"TerrainLayer.confirmFill":"Este acción marcará todos de las cajas en la cuadrícula con el terreno difícil y sobrescribirá todas de las cajas previamente marcadas.", | ||
"TerrainLayer.onoff": "Habilitar/Inhabilitar Terreno", | ||
"TerrainLayer.reset": "Reajustar Terreno", | ||
"TerrainLayer.confirmReset": "¿Estas seguro? La capa del terreno se restablecerá." | ||
} | ||
|