ondras / rot.js

ROguelike Toolkit in JavaScript. Cool dungeon-related stuff, interactive manual, documentation, tests!
https://ondras.github.io/rot.js/hp/
BSD 3-Clause "New" or "Revised" License
2.33k stars 254 forks source link

Rot.Display.Hex transposed + eventToPosition returns incorrect values. #90

Closed jonbro closed 8 years ago

jonbro commented 8 years ago

It seems like it isn't doing the transposition on the incoming event, and needs to be done manually... there appear to be other issues that are more than just flipping x/y coords as well.

jonbro commented 8 years ago

oops, my bad, was using an old version of the lib.