mirror of
https://github.com/Threnklyn/dungeon-sheets.git
synced 2026-06-03 19:38:30 +02:00
GM notes can now include arbitrary additional sections as attributes.
This commit is contained in:
@@ -60,7 +60,7 @@ def create_epub(
|
||||
)
|
||||
book.add_item(css)
|
||||
# Add paper background
|
||||
with open(Path(__file__).parent / "forms/paper.jpg", mode="rb") as fp:
|
||||
with open(Path(__file__).parent / "forms/paper-low-res.jpg", mode="rb") as fp:
|
||||
bg_img = fp.read()
|
||||
paper = epub.EpubItem(
|
||||
file_name="images/paper.jpg",
|
||||
|
||||
Reference in New Issue
Block a user