Neat, a new release! The web version has crashed on me twice so far however (see log at the end of this comment)
Edit: Reloading a while later seems to have fixed the issue, but another one cropped up later when transforming the lion prince to a woman (perhaps missing colorized transformation images)
Full traceback:
File "/game/script.rpyc", line 526, in script
File "/renpy/ast.py", line 930, in execute
renpy.exports.say(who, what, *args, **kwargs)
File "/renpy/exports.py", line 1473, in say
who(what, *args, **kwargs)
File "/renpy/character.py", line 1352, in __call__
self.do_display(who, what, cb_args=self.cb_args, dtt=dtt, **display_args)
File "/renpy/character.py", line 1003, in do_display
display_say(who,
File "/renpy/character.py", line 693, in display_say
rv = renpy.ui.interact(mouse='say', type=type, roll_forward=roll_forward)
File "/renpy/ui.py", line 299, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "/renpy/display/core.py", line 3579, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, pause_modal=pause_modal, **kwargs) # type: ignore
File "/renpy/display/core.py", line 4125, in interact_core
renpy.webloader.process_downloaded_resources()
File "/renpy/webloader.py", line 225, in process_downloaded_resources
raise IOError("Download error: {} ('{}' > '{}')".format(
OSError: Download error: network error ('images/akarion2akari6.PNG' > '/game/images/akarion2akari6.PNG')
While running game code:
OSError: Download error: network error ('images/akarion2akari6.PNG' > '/game/images/akarion2akari6.PNG')