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

Solve issue #89 #90

Closed JimZhouZZY closed 1 week ago

JimZhouZZY commented 2 weeks ago

The bug was caused due to incorrect loading, which loads the positions of players into Tuples instead of Positions.

Modified the data type and the bug was solved.

Grimmys commented 1 week ago

That's great, thank you for your contribution!