Compare commits
No commits in common. "007d48f5d8d8570838d1aa2cfabd5088dc1387e0" and "6927d30006b1d2ad00c21cdb877ca776b33f0817" have entirely different histories.
007d48f5d8
...
6927d30006
6 changed files with 1 additions and 16 deletions
BIN
home/art/comics/committed_lines/img/comics/pg22.png
(Stored with Git LFS)
BIN
home/art/comics/committed_lines/img/comics/pg22.png
(Stored with Git LFS)
Binary file not shown.
BIN
home/art/comics/committed_lines/img/comics/pg23.png
(Stored with Git LFS)
BIN
home/art/comics/committed_lines/img/comics/pg23.png
(Stored with Git LFS)
Binary file not shown.
BIN
home/art/comics/committed_lines/img/comics/pg24.png
(Stored with Git LFS)
BIN
home/art/comics/committed_lines/img/comics/pg24.png
(Stored with Git LFS)
Binary file not shown.
BIN
home/art/comics/committed_lines/img/comics/pg25.png
(Stored with Git LFS)
BIN
home/art/comics/committed_lines/img/comics/pg25.png
(Stored with Git LFS)
Binary file not shown.
BIN
home/art/comics/committed_lines/img/comics/pg26.png
(Stored with Git LFS)
BIN
home/art/comics/committed_lines/img/comics/pg26.png
(Stored with Git LFS)
Binary file not shown.
|
@ -11,7 +11,7 @@ let pg = Number(findGetParameter("pg")); //make "pg" mean the current page numbe
|
|||
////////////////////////
|
||||
|
||||
//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
|
||||
|
||||
// COMIC PAGE SETTINGS
|
||||
|
|
Loading…
Add table
Reference in a new issue