eakosin / TheExplorerProject

A 2D MMO-PVE dungeon crawler with item based character progression.
4 stars 3 forks source link

Better coordinate scaling in level.lua #45

Open eakosin opened 10 years ago

eakosin commented 10 years ago

Automatically adjust coordinate values based on image size for level.lua collision detection in a way that functions correctly. Simply dividing by the tilesize does not produced a correct value. Some other functional issue is at work here.