
In the tutorial area, you can get softlock if you grab the top burger at last. You cannot jump high enough to interact to climb the pipe. (which is fixed but only in the bottom part because you can jump on the bottom part of the pipe)
Yup, the issue is fixed now, i just wanted to write it in case someone (like me) isn't in the discord server (or anything else .....) and want to fix quickly themselves ^^'.
And yeah i knew it would be quickly fixed since it was a pretty obvious one ^^'.
Anyway never used ren'py and had fun digging through the code to find the fix myself ^^'.
/ ! \ Fixed in the latest build, go grab it instead.
I haven't dived in the new update but when i checked the fanart gallery, some pictures wouldn't load and gave me the following message "image fanart <name> not found.".
So i looked a bit in the code and in the file game/imageDefines.rpy added theses lines (462~465) :
image fanart IsaacDrizzle = im.Scale("bg/fanart/IsaacDrizzle.webp", 1920, 1080)
image fanart IsaacNexiNexal = im.Scale("bg/fanart/IsaacNexiNexal.webp", 1920, 1080)
image fanart IsaacWen = im.Scale("bg/fanart/IsaacWen.webp", 1920, 1080)
image fanart IsaacTempest = im.Scale("bg/fanart/IsaacTempest.webp", 1920, 1080)
image fanart IsaacSabre = im.Scale("bg/fanart/IsaacSabre.webp", 1920, 1080)
Don't know if i messed up somewhere or if these lines are really missing but in case someone have the same issue, there you have the fix.