Professional-Hobo / PokeMMOn-Old

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

Tile render engine #27

Closed keitharm closed 8 years ago

keitharm commented 8 years ago

New Tile render engine is complete!

Map data is read from a JSON file which generates the map by "stitching" a bunch of tiles together and looks visually the same as the old version that panned a HUGE image around.

There is however random lag being caused by an unknown source, but other than that, time for the refactor!