Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

When I tried to run it, raised `ModuleNotFoundError: No module named 'batFramework'`. So I did `pip install batFramework` and tried to run it. It imported `batFramework` succesfully, but then raised `bf.init(

TypeError: init() got an unexpected keyword argument 'default_font'`.

I commented that line, and it raised `

bf.init(

TypeError: init() got an unexpected keyword argument 'fps_limit'`, line that I also commented.

But finally it raised `

    self.bg1 = bf.Image("assets/images/background.png").set_y(self.camera.get_center()[1]-150)

               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

AttributeError: 'Image' object has no attribute 'set_y'

` and I couldn't do anything more.

I see that you said you will fix it, so I'll wait for play it.

(+1)

It's fixed now :D just update the pip module. However I warn you : the game is seriously underwhelming