Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added Torch/Runic/.DS_Store
Binary file not shown.
Binary file added Torch/Runic/imgs/.DS_Store
Binary file not shown.
6 changes: 3 additions & 3 deletions Torch/Torch.js
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down Expand Up @@ -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
});
}
}
Expand Down
2 changes: 1 addition & 1 deletion Torch/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down