fixes for it being javascript

This commit is contained in:
Alexander
2023-12-10 21:22:37 +01:00
parent 61db04c71e
commit 70d8762768
2 changed files with 3 additions and 3 deletions

View File

@@ -2,7 +2,7 @@
"id": "on-site-vtt", "id": "on-site-vtt",
"title": "On-Site VTT - Virtual Tabletop, now with less virtual", "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.", "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": { "compatibility": {
"minimum": "10", "minimum": "10",
"verified": "11" "verified": "11"
@@ -27,7 +27,7 @@
], ],
"url": "https://gitea.aweleczka.de/aweleczka/On-Site-VTT", "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", "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", "bugs": "https://gitea.aweleczka.de/aweleczka/On-Site-VTT/issues",
"readme": "https://gitea.aweleczka.de/aweleczka/On-Site-VTT/raw/branch/develop/README.md", "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", "license" :"https://gitea.aweleczka.de/aweleczka/On-Site-VTT/raw/branch/develop/LICENSE.txt",

View File

@@ -5,7 +5,7 @@ function inti() {
Hooks.on( Hooks.on(
"getSceneControlButtons", "getSceneControlButtons",
(controls: SceneControl[]) => { (controls) => {
controls.find(x => x.name === 'token').tools.push({ controls.find(x => x.name === 'token').tools.push({
name: "rotateView", name: "rotateView",
title: "on-site-vtt.rotate", title: "on-site-vtt.rotate",