cool game, thanks for the work!
I would like a mechanic with skipping days, so as not to enter the portal every time so that you could farm a bunch of coins and crystals and then just open cards...
enemygg
Recent community posts
Exception mac m1 in the room at the beginning, no way to skip, opens again when clicking "ignore"
```
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/scripts/script.rpy", line 39, in script
$ UIreturn = renpy.call_screen('main_ui')
File "game/scripts/script.rpy", line 39, in <module>
$ UIreturn = renpy.call_screen('main_ui')
Exception: Could not find font 'LuckiestGuy-Regular.ttf '.
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "game/scripts/script.rpy", line 39, in script
$ UIreturn = renpy.call_screen('main_ui')
File "/private/var/folders/z1/y30_m4g16f79jdxpl_gmc1r00000gn/T/AppTranslocation/A3516A52-0D11-42A8-9208-6410518565F0/d/NewLivesNewPleasures.app/Contents/Resources/autorun/renpy/ast.py", line 1138, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "/private/var/folders/z1/y30_m4g16f79jdxpl_gmc1r00000gn/T/AppTranslocation/A3516A52-0D11-42A8-9208-6410518565F0/d/NewLivesNewPleasures.app/Contents/Resources/autorun/renpy/python.py", line 1122, in py_exec_bytecode
exec(bytecode, globals, locals)
File "game/scripts/script.rpy", line 39, in <module>
$ UIreturn = renpy.call_screen('main_ui')
File "/private/var/folders/z1/y30_m4g16f79jdxpl_gmc1r00000gn/T/AppTranslocation/A3516A52-0D11-42A8-9208-6410518565F0/d/NewLivesNewPleasures.app/Contents/Resources/autorun/renpy/exports.py", line 3347, in call_screen
rv = renpy.ui.interact(mouse="screen", type="screen", roll_forward=roll_forward)
File "/private/var/folders/z1/y30_m4g16f79jdxpl_gmc1r00000gn/T/AppTranslocation/A3516A52-0D11-42A8-9208-6410518565F0/d/NewLivesNewPleasures.app/Contents/Resources/autorun/renpy/ui.py", line 299, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "/private/var/folders/z1/y30_m4g16f79jdxpl_gmc1r00000gn/T/AppTranslocation/A3516A52-0D11-42A8-9208-6410518565F0/d/NewLivesNewPleasures.app/Contents/Resources/autorun/renpy/display/core.py", line 3582, 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 "/private/var/folders/z1/y30_m4g16f79jdxpl_gmc1r00000gn/T/AppTranslocation/A3516A52-0D11-42A8-9208-6410518565F0/d/NewLivesNewPleasures.app/Contents/Resources/autorun/renpy/display/core.py", line 4175, in interact_core
self.draw_screen(root_widget, fullscreen_video, (not fullscreen_video) or video_frame_drawn)
File "/private/var/folders/z1/y30_m4g16f79jdxpl_gmc1r00000gn/T/AppTranslocation/A3516A52-0D11-42A8-9208-6410518565F0/d/NewLivesNewPleasures.app/Contents/Resources/autorun/renpy/display/core.py", line 2782, in draw_screen
surftree = renpy.display.render.render_screen(
File "render.pyx", line 492, in renpy.display.render.render_screen
File "render.pyx", line 266, in renpy.display.render.render
File "/private/var/folders/z1/y30_m4g16f79jdxpl_gmc1r00000gn/T/AppTranslocation/A3516A52-0D11-42A8-9208-6410518565F0/d/NewLivesNewPleasures.app/Contents/Resources/autorun/renpy/display/layout.py", line 888, in render
surf = render(child, width, height, cst, cat)
File "render.pyx", line 170, in renpy.display.render.render
File "render.pyx", line 266, in renpy.display.render.render
File "/private/var/folders/z1/y30_m4g16f79jdxpl_gmc1r00000gn/T/AppTranslocation/A3516A52-0D11-42A8-9208-6410518565F0/d/NewLivesNewPleasures.app/Contents/Resources/autorun/renpy/display/layout.py", line 888, in render
surf = render(child, width, height, cst, cat)
File "render.pyx", line 170, in renpy.display.render.render
File "render.pyx", line 266, in renpy.display.render.render
File "/private/var/folders/z1/y30_m4g16f79jdxpl_gmc1r00000gn/T/AppTranslocation/A3516A52-0D11-42A8-9208-6410518565F0/d/NewLivesNewPleasures.app/Contents/Resources/autorun/renpy/display/layout.py", line 888, in render
surf = render(child, width, height, cst, cat)
File "render.pyx", line 170, in renpy.display.render.render
File "render.pyx", line 266, in renpy.display.render.render
File "/private/var/folders/z1/y30_m4g16f79jdxpl_gmc1r00000gn/T/AppTranslocation/A3516A52-0D11-42A8-9208-6410518565F0/d/NewLivesNewPleasures.app/Contents/Resources/autorun/renpy/display/screen.py", line 731, in render
child = renpy.display.render.render(self.child, w, h, st, at)
File "render.pyx", line 170, in renpy.display.render.render
File "render.pyx", line 266, in renpy.display.render.render
File "/private/var/folders/z1/y30_m4g16f79jdxpl_gmc1r00000gn/T/AppTranslocation/A3516A52-0D11-42A8-9208-6410518565F0/d/NewLivesNewPleasures.app/Contents/Resources/autorun/renpy/display/layout.py", line 888, in render
surf = render(child, width, height, cst, cat)
File "render.pyx", line 170, in renpy.display.render.render
File "render.pyx", line 266, in renpy.display.render.render
File "/private/var/folders/z1/y30_m4g16f79jdxpl_gmc1r00000gn/T/AppTranslocation/A3516A52-0D11-42A8-9208-6410518565F0/d/NewLivesNewPleasures.app/Contents/Resources/autorun/renpy/display/layout.py", line 888, in render
surf = render(child, width, height, cst, cat)
File "render.pyx", line 170, in renpy.display.render.render
File "render.pyx", line 266, in renpy.display.render.render
File "/private/var/folders/z1/y30_m4g16f79jdxpl_gmc1r00000gn/T/AppTranslocation/A3516A52-0D11-42A8-9208-6410518565F0/d/NewLivesNewPleasures.app/Contents/Resources/autorun/renpy/text/text.py", line 2171, in render
virtual_layout = Layout(self, width, height, renders, drawable_res=False, size_only=True)
File "/private/var/folders/z1/y30_m4g16f79jdxpl_gmc1r00000gn/T/AppTranslocation/A3516A52-0D11-42A8-9208-6410518565F0/d/NewLivesNewPleasures.app/Contents/Resources/autorun/renpy/text/text.py", line 665, in __init__
glyphs = ts.glyphs(s, self)
File "/private/var/folders/z1/y30_m4g16f79jdxpl_gmc1r00000gn/T/AppTranslocation/A3516A52-0D11-42A8-9208-6410518565F0/d/NewLivesNewPleasures.app/Contents/Resources/autorun/renpy/text/text.py", line 257, in glyphs
fo = font.get_font(self.font, self.size, self.bold, self.italic, 0, self.antialias, self.vertical, self.hinting, layout.oversample)
File "/private/var/folders/z1/y30_m4g16f79jdxpl_gmc1r00000gn/T/AppTranslocation/A3516A52-0D11-42A8-9208-6410518565F0/d/NewLivesNewPleasures.app/Contents/Resources/autorun/renpy/text/font.py", line 721, in get_font
face = load_face(fn)
File "/private/var/folders/z1/y30_m4g16f79jdxpl_gmc1r00000gn/T/AppTranslocation/A3516A52-0D11-42A8-9208-6410518565F0/d/NewLivesNewPleasures.app/Contents/Resources/autorun/renpy/text/font.py", line 662, in load_face
raise Exception("Could not find font {0!r}.".format(orig_fn))
Exception: Could not find font 'LuckiestGuy-Regular.ttf '.
macOS-13.4-arm64-arm-64bit arm64
Ren'Py 8.1.3.23091805
New Lives, New Pleasures 0.1
Mon Oct 30 16:19:46 2023
```