Grimmys / rpg_tactical_fantasy_game

A tactical turn-based game project in pygame, open to support
GNU General Public License v3.0
394 stars 85 forks source link

added walking sound effects #20

Closed beibarys98 closed 3 years ago

beibarys98 commented 3 years ago

can you run the game and see it for yourself. the sound is distorted. but it should not be. what can be the cause?

Grimmys commented 3 years ago

Hello,

I launched the game, but unfortunately didn't heard anything.... And I can't see any changes made to the source files, are you sure you have committed them ? There are just three sound files and your entire venv directory. 😅

I added venv/ to the .gitignore, forgot to do it before sorry, and I think you should do it too... Anyway, generated files like venv directory shouldn't be versionned because they are heavy and unnecessary since people can regenerate them automatically if needed. :)

beibarys98 commented 3 years ago

ok. i will add it to gitignore.