Compare commits
2 commits
6927d30006
...
007d48f5d8
Author | SHA1 | Date | |
---|---|---|---|
007d48f5d8 | |||
d5352d3424 |
6 changed files with 16 additions and 1 deletions
BIN
home/art/comics/committed_lines/img/comics/pg22.png
(Stored with Git LFS)
Normal file
BIN
home/art/comics/committed_lines/img/comics/pg22.png
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
home/art/comics/committed_lines/img/comics/pg23.png
(Stored with Git LFS)
Normal file
BIN
home/art/comics/committed_lines/img/comics/pg23.png
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
home/art/comics/committed_lines/img/comics/pg24.png
(Stored with Git LFS)
Normal file
BIN
home/art/comics/committed_lines/img/comics/pg24.png
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
home/art/comics/committed_lines/img/comics/pg25.png
(Stored with Git LFS)
Normal file
BIN
home/art/comics/committed_lines/img/comics/pg25.png
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
home/art/comics/committed_lines/img/comics/pg26.png
(Stored with Git LFS)
Normal file
BIN
home/art/comics/committed_lines/img/comics/pg26.png
(Stored with Git LFS)
Normal file
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 = 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.
|
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.
|
||||||
//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…
Add table
Reference in a new issue