RazeLighter777 / Adventure

Java RPG engine with plugins
GNU General Public License v3.0
0 stars 0 forks source link

Add string / localization support #13

Closed RazeLighter777 closed 5 years ago

RazeLighter777 commented 5 years ago

Add support for reading a JSON file that loads key value pairs of strings. This should be done statically at a Game wide level. Then, as a test, add this to the RandomNaturalTerrain class. Then, add support for multiple localization files.

RazeLighter777 commented 5 years ago

Finished.