fixes for it being javascript
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
"id": "on-site-vtt",
|
||||
"title": "On-Site VTT - Virtual Tabletop, now with less virtual",
|
||||
"description": "A simple module adding functionality to improve playability for multiple players on a single screen/digital map.",
|
||||
"version": "0.0.7",
|
||||
"version": "0.0.8",
|
||||
"compatibility": {
|
||||
"minimum": "10",
|
||||
"verified": "11"
|
||||
@@ -27,7 +27,7 @@
|
||||
],
|
||||
"url": "https://gitea.aweleczka.de/aweleczka/On-Site-VTT",
|
||||
"manifest": "https://gitea.aweleczka.de/aweleczka/On-Site-VTT/raw/branch/develop/on-site-vtt/module.json",
|
||||
"download": "https://gitea.aweleczka.de/aweleczka/On-Site-VTT/releases/download/0.0.7/on-site-vtt_0.0.7.zip",
|
||||
"download": "https://gitea.aweleczka.de/aweleczka/On-Site-VTT/releases/download/0.0.8/on-site-vtt_0.0.8.zip",
|
||||
"bugs": "https://gitea.aweleczka.de/aweleczka/On-Site-VTT/issues",
|
||||
"readme": "https://gitea.aweleczka.de/aweleczka/On-Site-VTT/raw/branch/develop/README.md",
|
||||
"license" :"https://gitea.aweleczka.de/aweleczka/On-Site-VTT/raw/branch/develop/LICENSE.txt",
|
||||
|
||||
@@ -5,7 +5,7 @@ function inti() {
|
||||
|
||||
Hooks.on(
|
||||
"getSceneControlButtons",
|
||||
(controls: SceneControl[]) => {
|
||||
(controls) => {
|
||||
controls.find(x => x.name === 'token').tools.push({
|
||||
name: "rotateView",
|
||||
title: "on-site-vtt.rotate",
|
||||
|
||||
Reference in New Issue
Block a user