Make a renpy project from scratch.
Make an rpy file with this:
screen _brunoais_getDataAtPos_shortcuts():
layer 'manipulate'
text "I'm the cause of your demise"
init python:
renpy.exports.add_layer("manipulate", above='master', menu_clear=False)
renpy.config.always_shown_screens.append(("_brunoais_getDataAtPos_shortcuts"))
Problem:
If:
=
Image not found (but that's a screen):
No more images are listed:
Repro:
Make a renpy project from scratch. Make an
rpy
file with this:Code originally from:
https://gitlab.com/brunoais/renpy-guiManipulate/-/blob/master/exports/rpy/getDataAtPos_ren.py?ref_type=heads#L33 And https://gitlab.com/brunoais/renpy-guiManipulate/-/blob/master/exports/rpy/manipulate_screens.rpy?ref_type=heads#L5
I'm not original reporter
Initial reporter contacted me by PM on Discord and I was able to reproduce the issue without my tool.