Grimmys / rpg_tactical_fantasy_game

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

Fix bug that game crush loading level3 #80

Closed silent-lindsay closed 5 months ago

silent-lindsay commented 6 months ago

Through a global dict foes_by_missions initialized and altered in new-developed file global_foes.py, conflict caused by redefintion of foes_by_missions in load_from_tmx_manager.py and load_from_xml_manager.py is solved successfully.