Просмотр исходного кода

Add description of basic module intent & manifest

tags/0.0.1
bertieb 4 лет назад
Сommit
c2a330471b
2 измененных файлов: 14 добавлений и 0 удалений
  1. +5
    -0
      README.md
  2. +9
    -0
      module.json

+ 5
- 0
README.md Просмотреть файл

@@ -0,0 +1,5 @@
# Walls-to-Drawings for Foundry VTT

This add-on module for Foundry lets you convert convert walls to something players can see by converting Wall objects to Drawing objects.

It is intended for quick, one-off scenes which are made by doing a quick sketch of the scene (by placing walls) to create an environment; as opposed to scenes in which invisible walls are drawn on top of a premade map.

+ 9
- 0
module.json Просмотреть файл

@@ -0,0 +1,9 @@
{
"name": "foundry-walls-to-drawing",
"title": "Walls-to-Drawing",
"description": "Convert selected walls to a Drawing to make walls visible to players",
"authors": [{ "name": "BertieB", "email": "foundry@bertieb.org", "url": "https://bertieb.org" }],
"version": "0.0.1",
"minimumCoreVersion": "0.6.5",
"scripts": [ "scripts/wallconvert.js" ]
}

Загрузка…
Отмена
Сохранить