IvanDSM / KingsFieldRE

King's Field (II) Reverse Engineering Tools and Documentation
MIT License
37 stars 1 forks source link

KFModTool: Tile info seems wrong #2

Closed IvanDSM closed 4 years ago

IvanDSM commented 4 years ago

For an example, load up the Western Shore and click around the door to the entrance, in front of the bridge. The values don't seem to change even though they're clearly different in the drawn map. I think this has something to do with trying to emit multiple signals in the MapViewer::processMouse method, but I'm not sure.

IvanDSM commented 4 years ago

Issue fixed. Stupid X/Y vs Y/X stuff. Should've known better.