Grimmys / rpg_tactical_fantasy_game

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

Add an FPS indicator and fix opening PNGs #2

Closed SimonMaracine closed 5 years ago

SimonMaracine commented 5 years ago

There was no quick way to tell how the game was performing, so I added a function to display the average FPS in the top-left corner of the screen. Also, the path for opening some PNGs was wrong, so I changed it; "~/imgs/Interface/SomeImage.png" the word "Interface" is capitalized, but the actual directory is "interface". Hope that "interface" was actually the intended one for use.

Grimmys commented 5 years ago

Thank you for the FPS indicator, it's nice ! And yep, since I'm working on Windows (shame on me), the wrong directory path was not an issue for me and I didn't see it, thank you for the patch.