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.
0.0.7 - 7.6 update. Added some configurable options for Icon Scale, O…
…pacity, and Multiples.
- Loading branch information
1 parent
16ceddc
commit 91c43c2
Showing
7 changed files
with
145 additions
and
191 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
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,11 +1,17 @@ | ||
{ | ||
"EM.ok": "OK", | ||
"EM.sf": "Terrain Grid", | ||
"EM.select":"Add Difficult Terrain", | ||
"EM.subtract":"Remove Difficult Terrain", | ||
"EM.fill":"Fill Grid", | ||
"EM.confirmFill":"This will mark every grid space as difficult terrain, overwriting any spots you've marked.", | ||
"EM.onoff": "Enable/Disable Terrain", | ||
"EM.reset": "Reset Terrain", | ||
"EM.confirmReset": "Are you sure? Terrain layer will be reset." | ||
"TerrainLayer.ok": "OK", | ||
"TerrainLayer.sf": "Terrain Grid", | ||
"TerrainLayer.select":"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.opacity-s":"Multiple Max", | ||
"TerrainLayer.opacity-l":"Set how high multiple goes." | ||
} |
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,12 +1,12 @@ | ||
{ | ||
"EM.ok": "OK", | ||
"EM.sf": "Cuadrícula del Terreno", | ||
"EM.select":"Agregar Terreno Dificil", | ||
"EM.subtract":"Eliminar Terreno Dificil", | ||
"EM.fill":"Llenar Cuadrícula", | ||
"EM.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.", | ||
"EM.onoff": "Habilitar/Inhabilitar Terreno", | ||
"EM.reset": "Reajustar Terreno", | ||
"EM.confirmReset": "¿Estas seguro? La capa del terreno se restablecerá." | ||
"TerrainLayer.ok": "OK", | ||
"TerrainLayer.sf": "Cuadrícula del Terreno", | ||
"TerrainLayer.select":"Agregar 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á." | ||
} | ||
|
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 |
---|---|---|
|
@@ -3,9 +3,9 @@ | |
"title": "Terrain Layer", | ||
"description": "A base module that adds a Terrain Layer to Foundry to paint difficult terrain squares and to be used as a dependency for other mods who might integrate it with their functionality.", | ||
"authors": [{"name":"Will Saunders","email":"[email protected]" }], | ||
"version": "0.0.6", | ||
"minimumCoreVersion": "0.6.4", | ||
"compatibleCoreVersion":"0.6.6", | ||
"version": "0.0.7", | ||
"minimumCoreVersion": "0.6.6", | ||
"compatibleCoreVersion":"0.7.5", | ||
"scripts":[ | ||
|
||
], | ||
|
@@ -31,5 +31,5 @@ | |
"changelog":"https://raw.githubusercontent.com/wsaunders1014/TerrainLayer/master/README.md", | ||
"url":"https://github.com/wsaunders1014/TerrainLayer", | ||
"manifest":"https://raw.githubusercontent.com/wsaunders1014/TerrainLayer/master/module.json", | ||
"download":"https://github.com/wsaunders1014/TerrainLayer/releases/download/0.0.6/TerrainLayer.zip" | ||
"download":"https://github.com/wsaunders1014/TerrainLayer/releases/download/0.0.7/TerrainLayer.zip" | ||
} |
Oops, something went wrong.