Draw Straight Lines with maptool (#4410)

* Draw Straight Lines

* Fix roamer sides, handle closing map mid-draw

* Add missing privates / formula notes
This commit is contained in:
PabstMirror
2016-10-07 17:21:19 -05:00
committed by GitHub
parent ef9fd92898
commit de1c4bc4d9
9 changed files with 220 additions and 9 deletions

View File

@ -15,3 +15,10 @@
#endif
#include "\z\ace\addons\main\script_macros.hpp"
#define TEXTURE_WIDTH_IN_M 6205
#define CENTER_OFFSET_Y_PERC 0.1606
#define CONSTANT_SCALE 0.2
#define DIST_BOTTOM_TO_CENTER_PERC -0.33
#define DIST_TOP_TO_CENTER_PERC 0.65
#define DIST_LEFT_TO_CENTER_PERC 0.30