diff --git a/Torch/Runic/.DS_Store b/Torch/Runic/.DS_Store new file mode 100644 index 0000000000..3e2fbc9785 Binary files /dev/null and b/Torch/Runic/.DS_Store differ diff --git a/Torch/Runic/imgs/.DS_Store b/Torch/Runic/imgs/.DS_Store new file mode 100644 index 0000000000..7475668353 Binary files /dev/null and b/Torch/Runic/imgs/.DS_Store differ diff --git a/Torch/Torch.js b/Torch/Torch.js index 150f455e5d..19673bd7d7 100644 --- a/Torch/Torch.js +++ b/Torch/Torch.js @@ -5,8 +5,8 @@ var Torch = Torch || (function() { 'use strict'; - var version = '0.8.2', - lastUpdate = 1430666803, + var version = '0.8.3', + lastUpdate = 1430829710, schemaVersion = 0.1, flickerURL = 'https://s3.amazonaws.com/files.d20.io/images/4277467/iQYjFOsYC5JsuOPUCI9RGA/thumb.png?1401938659', flickerPeriod = 400, @@ -427,7 +427,7 @@ var Torch = Torch || (function() { top: o.get('top')+dy, left: o.get('left')+dx, light_radius: fdata.light_radius+dr, - light_angle: (360 === fdata.light_angle ? 360 : Math.min(360,Math.max(fdata.light_angle+da,0))) + light_angle: (360 === fdata.light_angle ? 360 : Math.min(360,Math.max(fdata.light_angle+da,0))) || 360 }); } } diff --git a/Torch/package.json b/Torch/package.json index 677df8e5ee..00818d7d2a 100644 --- a/Torch/package.json +++ b/Torch/package.json @@ -1,6 +1,6 @@ { "name": "Torch", - "version": "0.8.2", + "version": "0.8.3", "description": "A simple script for giving lights to tokens and turning off and on dynamic lighting.", "authors": "The Aaron", "roll20userid": "104025",