Here's some more information. Still not working.
I'm sorry, but an uncaught exception occurred.
While loading the script.
Exception: /Users/XXXXX/Library/Application Support/itch/apps/in-finite-space/IFS.app/Contents/Resources/autorun/renpy/common/00layeredimage_ren.py and /Users/XXXXX/Library/Application Support/itch/apps/in-finite-space/IFS.app/Contents/Resources/autorun/renpy/common/00layeredimage.rpy conflict, and can't exist in the same game.
-- Full Traceback ------------------------------------------------------------
Traceback (most recent call last):
File "renpy/bootstrap.py", line 376, in bootstrap
renpy.main.main()
~~~~~~~~~~~~~~~^^
File "renpy/main.py", line 435, in main
renpy.game.script.load_script() # sets renpy.game.script.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^
File "renpy/script.py", line 421, in load_script
self.load_appropriate_file(".rpyc", ["_ren.py", ".rpy"], dir, fn, initcode)
~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "renpy/script.py", line 962, in load_appropriate_file
raise Exception(
"{} conflict, and can't exist in the same game.".format(" and ".join(i[1] for i in rpyfns))
)