Antares
Spell Reviewer
- Joined
- Dec 13, 2009
- Messages
- 983
Hello,
I don't know what I'm doing wrong. I'm trying to display an icon on the minimap with:
The icon is 16x16. It has a 1 pixel transparent border. I've tried blp1, blp2, dds, and tga. None of them work. What's wrong with this icon?
I don't know what I'm doing wrong. I'm trying to display an icon on the minimap with:
JASS:
set newPowerup.indicator = CreateMinimapIcon( x , y , 255 , 255 , 255 , "Minimap01.blp" , FOG_OF_WAR_VISIBLE )
call SetMinimapIconVisible( newPowerup.indicator , true )
The icon is 16x16. It has a 1 pixel transparent border. I've tried blp1, blp2, dds, and tga. None of them work. What's wrong with this icon?
Attachments
Last edited: