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

Move commonly used constants into one file #4

Closed SimonMaracine closed 5 years ago

SimonMaracine commented 5 years ago

Many modules need some constant variables, so it's probably a good idea to not define those constants every time we need them, but to group all the commonly used ones into one file, which may be imported from anywhere in the code.

Grimmys commented 5 years ago

Yep, I'm dumb sometimes... Thank you very much !