Certain CGs are not marked as seen on the gallery #183

Closed
opened 2022-10-14 07:21:41 +00:00 by GManon · 0 comments
Contributor

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).

Certain CGs, such as golden ending.png and a11.png are never marked as seen on the gallery. ![](https://git.snootgame.xyz/attachments/70ef2bcb-ebda-4ea5-9d3a-f5042a4cb9c3) The reason for this is because these images are displayed as scenes rather than shown, and, as [documented](https://www.renpy.org/doc/html/displaying_images.html#renpy.seen_image), 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).
MichaelYick added the
bug
Medium Priority
labels 2022-10-16 23:50:24 +00:00
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: Cavemanon/SnootGame#183
No description provided.