Keith1039 / Pygame-RPG

A repository of me trying to make an RPG with a custom game engine with Pygame added in as support.
0 stars 0 forks source link

Revamp the way the `change_screen()` function works #38

Open Keith1039 opened 12 months ago

Keith1039 commented 12 months ago

The current way change_screen() works is by taking the players position and an indicator and putting it into a dictionary to get the new screen. As a result I cannot convert this into a JSON file. In the long term this will result in a bloated file which I wish to avoid.