Professional-Hobo / PokeMMOn-Old

MMO Pokemon Game using Node.js
http://keitharm.me/projects/pokemmon/
6 stars 2 forks source link

Refactor World editor #77

Open keitharm opened 8 years ago

keitharm commented 8 years ago

Map editor is currently a huge mess. Need to refactor PokeMap and PokeWorld. Also need to come up with new idea of separating maps into individual JSON files.

keitharm commented 8 years ago

New folder structure

worlds                - Worlds folder
  - test              - World "test"
    - .git            - Contains revision history
    - world.json      - Contains organization information
    - default.map     - The "default" map
    - route_1.map     - The "route 1" map