We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Dunno if related to #4 The colors aren't what they're supposed to be. Using this to extract the war3mapMap.blp file.
war3mapMap.blp
val inputStream = ByteArrayInputStream(it.extractFileAsBytes(Minimap.BACKGROUND_BLP_GAME_PATH.name)) val blp = BLP.ofInputStream(inputStream, "blp")
Top is what you see ingame, bottom is the wc3libs getBufImg()
getBufImg()
The text was updated successfully, but these errors were encountered:
war3mapMap.zip @WaterKnight
Sorry, something went wrong.
Still broken :/
Seems to be fixed :) 👍
WaterKnight
No branches or pull requests
Dunno if related to #4
The colors aren't what they're supposed to be. Using this to extract the
war3mapMap.blp
file.Top is what you see ingame, bottom is the wc3libs
getBufImg()
The text was updated successfully, but these errors were encountered: