GlowPuff / ImperialCommander2

A companion app for the Imperial Assault board game.
MIT License
88 stars 12 forks source link

Door on Shady Dealings mission map is off by one square #26

Closed nick1n closed 1 year ago

nick1n commented 1 year ago

I looked through the mission map's json a bit and I believe this is the door and needs to be moved one square closer to the start token. "Junk Shop Door 2": position from 1030,1020 and changed to 1020,1020 https://github.com/GlowPuff/ImperialCommander2/blob/b05bb2bf753cff4ae7b960fdbdd21a0e1d284aca/ImperialCommander2/Assets/SagaMissions/02Twin/TWIN4-Shady%20Dealings.json#L3095-L3097 door-off-by-one

Noldorion commented 1 year ago

Sorry, I missed this somehow. You're completely right, I updated the mission and committed the updates to the repository.