Rodney,
Before I forget,
To fix the double stacking on board boundary hex problem in VASL, in ASLBoard.ASLBoard(),change the two lines
setGrid(new ASLHexGrid(64.5, false));
((HexGrid) getGrid()).setHexWidth(56.25);
to
setGrid(new ASLHexGrid(64.56, false));
((HexGrid) getGrid()).setHexWidth(56.24);
Regards,
Brent.
Brent Easton
Analyst/Programmer
University of Western Sydney
Email: b.easton@uws.edu.au
Messages mailing list
Messages@forums.vassalengine.org
forums.vassalengine.org/mailman/ … engine.org
Post generated using Mail2Forum (mail2forum.com)