Merge branch 'feature-save-panel' of https://github.com/juliandescottes/piskel into feature-save-panel

This commit is contained in:
jdescottes
2014-02-09 21:10:09 +01:00
5 changed files with 36 additions and 10 deletions

View File

@ -180,7 +180,7 @@
}
var tileCount = document.createElement("div");
tileCount.className = "tile-overlay tile-count";
tileCount.innerHTML = tileNumber;
tileCount.innerHTML = tileNumber + 1;
previewTileRoot.appendChild(tileCount);