kuroneko1996 / cyberlab

jrpg-like game in pygame
MIT License
4 stars 3 forks source link

Use json as map format #1

Closed slemonide closed 7 years ago

slemonide commented 7 years ago

Reason: more scalable

What if items were to have their own metadata? What if some of the items have non-integer positions? What if we want to have some items that overlap?

Also, can make current map format to json map format converter.

slemonide commented 7 years ago

json support added