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

Creating JSON files #37

Open Keith1039 opened 10 months ago

Keith1039 commented 10 months ago

JSON files need to be created to organize information in the game.

What needs to be done

Keith1039 commented 4 months ago

The following PR creates JSON files for enemy data:

The following PR creates JSON files for screen information for ScreenManager class: