소스 검색

Expand README and update manifest

tags/0.1.0
bertieb 4 년 전
부모
커밋
67671e4fc7
2개의 변경된 파일24개의 추가작업 그리고 3개의 파일을 삭제
  1. +20
    -0
      README.md
  2. +4
    -3
      module.json

+ 20
- 0
README.md 파일 보기

@@ -3,3 +3,23 @@
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.

It has been tested and works with simple line segments and plain walls. Note that if other walls are selected (such as ethereal walls) at the time of conversion they may be rendered as well.

## Usage

0. *(Optional)* Configure wall colour and thickness in the sidebar: Game Settings → Configure Settings → Module Settings
1. Draw walls
2. Select walls you would like to convert
3. Hit the 'Convert walls to Drawing' button (empty square) at the bottom of the Wall Tools

The Drawing objects will show up under Drawing Tools.

## Wishlist

- [ ] different colours for different wall types
- [ ] selectively ignore certain wall types even if selected (eg ethereal walls)
- [ ] render doors differently
- [ ] a better icon for the button

Suggestions are welcome. Please feel encouraged to open an issue or pull request.

+ 4
- 3
module.json 파일 보기

@@ -1,10 +1,11 @@
{
"name": "foundry-walls-to-drawing",
"title": "Walls-to-Drawing",
"description": "Convert selected walls to a Drawing to make walls visible to players",
"name": "foundry-walls-to-drawings",
"title": "Walls-to-Drawings",
"description": "Convert selected walls to drawings to make walls visible to players",
"authors": [{ "name": "BertieB", "email": "foundry@bertieb.org", "url": "https://bertieb.org" }],
"version": "0.0.8",
"minimumCoreVersion": "0.6.5",
"compatibleCoreVersion": "0.6.5",
"scripts": [ "scripts/wallconvert.js" ],
"url": "https://git.bertieb.org/bertieb/foundry-walls-to-drawing",
"manifest": "https://git.bertieb.org/bertieb/foundry-walls-to-drawing/raw/branch/master/module.json",


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