Certain CGs are not marked as seen on the gallery #183
Labels
No Label
bug
Critical Priority
duplicate
enhancement
help wanted
High Priority
Low Priority
Medium Priority
Meta
needs more info
question
refactor
wontfix
bug
Critical Priority
duplicate
enhancement
help wanted
High Priority
invalid
Low Priority
Medium Priority
Meta
question
wontfix
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: Cavemanon/SnootGame#183
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
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?
Certain CGs, such as golden ending.png and a11.png are never marked as seen on the gallery.
The reason for this is because these images are displayed as scenes rather than shown, and, as documented, they are never marked as seen. This should be an easy fix, just by appending
renpy.mark_image_seen(name)
right before 'displaying' the image.Will make a PR with a fix (Eventually, kek).