Skip to content

Commit

Permalink
update to higher resolution sun token image
Browse files Browse the repository at this point in the history
  • Loading branch information
nickv2002 committed Sep 24, 2024
1 parent 904ef6f commit 4aeeb18
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/domdiv/draw.py
Original file line number Diff line number Diff line change
Expand Up @@ -1194,7 +1194,7 @@ def replace_image_tag(
(r"(\d+)\s*\<\*POTION\*\>", "potion_small.png", 2, 140, 1.5),
(r"Potion", "potion_small.png", 1.2, 100),
# Sun
(r"SunToken", "sun.png", 1.2, 105),
(r"SunToken", "sun.png", 1.2, 120),
]
for args in replace_specs:
text = replace_image_tag(text, fontsize, *args)
Expand Down
Binary file modified src/domdiv/images/sun.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 4aeeb18

Please sign in to comment.