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
3 changes: 2 additions & 1 deletion Tile/Tile.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
var Tile = Tile || (function() {
'use strict';

var version = 0.2,
var version = 0.3,
tileNextMove = false,

getCleanImgsrc = function (imgsrc) {
Expand Down Expand Up @@ -56,6 +56,7 @@ var Tile = Tile || (function() {
t = {
imgsrc: img,
pageid: obj.get('pageid'),
rotation: obj.get('rotation'),
layer: 'map',
width: prev.width,
height: prev.height
Expand Down
2 changes: 1 addition & 1 deletion Tile/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Tile",
"version": "0.2",
"version": "0.3",
"description": "Create tiled arrays of grpahics on the map layer.",
"authors": "The Aaron",
"roll20userid": "104025",
Expand Down