소스 검색

Add description of basic module intent & manifest

tags/0.0.1
bertieb 4 년 전
커밋
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" ]
}

불러오는 중...
취소
저장