Fixes #183 | Certain CGs are not marked as seen on the gallery #196
Reference in New Issue
Block a user
No description provided.
Delete Branch "Minor-Gallery-Fix"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Supersedes #187, go there for original discussion.
Turns out that to use
renpy.mark_image_seen(name)
you need to use ren'py 7.4.7 (Yes, literally the next version). But as per #184 this shouldn't be a problem.Also, CG a12 technically didn't exist, it was just the background of the fence from the shooting scene, so I just took a screenshot of that moment (Using renpy's screenshot function) and then just compressed it to a ~75% quality JPEG (Like all other CGs). Hopefully all is correct.
Pull request closed