I tried to play the demo but keep running into this error "NameError: name 'aletta' is not defined". I even tried removing the folder and redownloading and re-unzipping but still ran into the same issue. If need be I can copy-paste the full traceback, but I figured that was the line that was most likely to be recognizable.
Viewing post in Love & Sex : Second Base comments
Same traceback on the Linux build
While running game code:
File "renpy/common/00layeredimage.rpy", line 794, in execute_layeredimage
rai.execute() File "renpy/common/00layeredimage.rpy", line 781, in execute
properties = { k : eval(v) for k, v in self.properties.items() }
File "renpy/common/00layeredimage.rpy", line 781, in <dictcomp>
properties = { k : eval(v) for k, v in self.properties.items() }
File "game/ch/aletta/images.rpy", line 27, in <module>
NameError: name 'aletta' is not defined </module></dictcomp>