Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

hmm... Archer doesn't have a bow...

Also I had to comment mixer.music in order to launch the game. This is sad because it looks great

Archer's bow disappeared when she fired all her arrows. Darn it. I will comment out the music and give her more arrows. Sigh. I hadn't heard of any issues with the music until now...

Hello from the pygame community. https://www.pygame.org/contribute.html

Traceback (most recent call last):

  File "d:\games\amulet\main.py", line 27, in <module>

    init_screen()

  File "d:\games\amulet\main.py", line 17, in init_screen

    pygame.mixer.music.load(helper("epic-heart-2-min-8643.mp3"))

pygame.error: Failed loading libmpg123-0.dll: The specified module could not be found.

Oh wait, I remember I had to get that module separately, though I'd read that that should have come along with installations. I had entirely forgot about that. Well, tonight is all about making a tutorial that works, and fixing issues. Thanks so much for your help!