Commit 3aa3afc5 by dos

init

parent fd3eab40
No preview for this file type
No preview for this file type
No preview for this file type

212 KB | W: | H:

203 KB | W: | H:

Public/static/image2/poster-1.png
Public/static/image2/poster-1.png
Public/static/image2/poster-1.png
Public/static/image2/poster-1.png
  • 2-up
  • Swipe
  • Onion skin

229 KB | W: | H:

207 KB | W: | H:

Public/static/image2/poster-2.png
Public/static/image2/poster-2.png
Public/static/image2/poster-2.png
Public/static/image2/poster-2.png
  • 2-up
  • Swipe
  • Onion skin
......@@ -339,7 +339,7 @@ function createPoster() {
var posterBottomObj = new Image();
posterBottomObj.src = '/Public/static/image2/poster-' + level + '.png?version=2';
posterBottomObj.onload = function () {
posterCtx.drawImage(posterBottomObj, 0, (canvasHeight - 615) * 2, posterCanvas.width, 615 * 2);
posterCtx.drawImage(posterBottomObj, 0, (canvasHeight - 536) * 2, posterCanvas.width, 536 * 2);
$('#notification_area').remove();
$('.upload-page').hide();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment