Compare commits

..

No commits in common. '007d48f5d8d8570838d1aa2cfabd5088dc1387e0' and '6927d30006b1d2ad00c21cdb877ca776b33f0817' have entirely different histories.

  1. BIN
      home/art/comics/committed_lines/img/comics/pg22.png
  2. BIN
      home/art/comics/committed_lines/img/comics/pg23.png
  3. BIN
      home/art/comics/committed_lines/img/comics/pg24.png
  4. BIN
      home/art/comics/committed_lines/img/comics/pg25.png
  5. BIN
      home/art/comics/committed_lines/img/comics/pg26.png
  6. 2
      home/art/comics/committed_lines/js/comic_settings.js

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

@ -11,7 +11,7 @@ let pg = Number(findGetParameter("pg")); //make "pg" mean the current page numbe
//////////////////////// ////////////////////////
//REALLY IMPORTANT ONES //REALLY IMPORTANT ONES
const maxpg = 26; //the current number of pages your comic has in total. this DOESNT necessarily mean number of IMAGE FILES as it doesn't count pages split into multiple files. const maxpg = 21; //the current number of pages your comic has in total. this DOESNT necessarily mean number of IMAGE FILES as it doesn't count pages split into multiple files.
//YOU MUST UPDATE THIS NUMBER EVERY TIME YOU ADD A NEW PAGE or else it wont display the most recent page //YOU MUST UPDATE THIS NUMBER EVERY TIME YOU ADD A NEW PAGE or else it wont display the most recent page
// COMIC PAGE SETTINGS // COMIC PAGE SETTINGS

Loading…
Cancel
Save