- Dec 13, 2017
- 1,387
- 1,384
This looks for me like the game dev fraked somewhere the "file name" up and instead of correcting this in the script he did go the easy way by copying the needed file(-name) again in the game dir.
Code:
define end_of_file = (
".webp" if (
developer.developer or (
"webp_images" in config.archives or renpy.mobile
)
) else ".png"
)