ChiefOfGxBxL / WC3MapTranslator

Translate war3map ⇄ json formats for WarCraft III .w3x maps
https://www.npmjs.com/package/wc3maptranslator
MIT License
80 stars 31 forks source link

All angles in degrees #40

Closed ChiefOfGxBxL closed 4 years ago

ChiefOfGxBxL commented 4 years ago

All angles can now be specified in degrees. The doodads translator expected it in radians because the doodads war3map format is the only one to ask for angles in radians. For consistency this conversion is now added.

Closes #27

coveralls commented 4 years ago

Pull Request Test Coverage Report for Build 60


Files with Coverage Reduction New Missed Lines %
lib/translators/DoodadsTranslator.js 33 11.71%
<!-- Total: 33 -->
Totals Coverage Status
Change from base Build 59: 0.5%
Covered Lines: 135
Relevant Lines: 822

💛 - Coveralls