View Single Post
11-06-14, 03:18 PM   #10
Gallian
A Deviate Faerie Dragon
Join Date: Jun 2013
Posts: 15
Originally Posted by SDPhantom View Post
If you're comfortable with just adding transparency to the minimap, you can test the idea by running the following command in chat.
Code:
/run Minimap:SetAlpha(0.5)
You can change the number anywhere between 0 and 1, it acts as a percentage of opacity. As an example, 0.5 is 50% opacity.

Note this is only to test a process. As most if not all minimap buttons are parented to the minimap itself, the change in alpha will affect them as well.
Thanks. However, I don't use the default minimap. The design of it is round, it wouldn't really suite it. I will have to find a square one and try it with that.
  Reply With Quote