Skip to main content

On Sale: GamesAssetsToolsTabletopComics
Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

Hiya there ^^ I came across this little bug during the minigame which wouldn't let me past T~T

```

I'm sorry, but an uncaught exception occurred.

While running game code:

  File "game/minigame/minigame.rpy", line 233, in script

    python:

  File "game/minigame/minigame.rpy", line 235, in <module>

    ui.interact(suppress_overlay=True, suppress_underlay=True)

  File "game/minigame/minigame.rpy", line 104, in event

    self.current_image.handle_input("LEFT")

AttributeError: 'bool' object has no attribute 'handle_input'