• Listen to a special audio message from Bill Roper to the Hive Workshop community (Bill is a former Vice President of Blizzard Entertainment, Producer, Designer, Musician, Voice Actor) 🔗Click here to hear his message!
  • Read Evilhog's interview with Gregory Alper, the original composer of the music for WarCraft: Orcs & Humans 🔗Click here to read the full interview.

[General] Changing the width of the UI black background drop

Status
Not open for further replies.
Level 1
Joined
Apr 8, 2020
Messages
110
I want to adjust the width of the black background drop so that it does not stick out like a sore thumb.
Is this possible in 1.31 via a FDF?

WC3ScrnShot_070320_202407_01.png
 
Level 5
Joined
Apr 15, 2019
Messages
33
If you are using 1.31, I think that black thing is not a backdrop frame actually. Its just your WORLD frame isnt stretched to full screen. You can fix it by setting all of its points properly. I dont remember the values, but I think you can just set all of the points to all points of GAME_UI frame and it will work.


Edit: example in gui, in case you use gui

  • Set UI
    • Events
    • Conditions
    • Actions
      • Custom script: call BlzFrameSetAllPoints ( BlzGetOriginFrame ( ORIGIN_FRAME_WORLD_FRAME,0 ) , BlzGetOriginFrame ( ORIGIN_FRAME_GAME_UI,0 ) )

And if you use LUA as map script language, remove "call" thing.
 
Last edited:
Status
Not open for further replies.
Top