- Joined
- Dec 21, 2006
- Messages
- 490
hi, is there any known way to move the button info frame in any direction?
if you dont know which frame i mean, i mean that box that appears hovering over an icon, for example an skill
cannot find anything in game data
-----edit-----
ok i managed to use custom sc2layoutfile BUT any offset is an absolute value which means any1 else than me will have a messed screen. any solutions to this?
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<Desc>
<Frame type='CommandPanel' name='GameUI/UIContainer/ConsoleUIContainer/CommandPanel' file='GameUI'>
<Frame type="CommandTooltip" name="CommandTooltip">
<Anchor side="Bottom" relative="$parent" pos="Mid" offset="270"/>
<Anchor side="Top" relative="$this" pos="Min" offset="0"/>
<Width val="291"/>
<Height val="286"/>
</Frame>
</Frame>
</Desc>
if you dont know which frame i mean, i mean that box that appears hovering over an icon, for example an skill
cannot find anything in game data
-----edit-----
ok i managed to use custom sc2layoutfile BUT any offset is an absolute value which means any1 else than me will have a messed screen. any solutions to this?
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<Desc>
<Frame type='CommandPanel' name='GameUI/UIContainer/ConsoleUIContainer/CommandPanel' file='GameUI'>
<Frame type="CommandTooltip" name="CommandTooltip">
<Anchor side="Bottom" relative="$parent" pos="Mid" offset="270"/>
<Anchor side="Top" relative="$this" pos="Min" offset="0"/>
<Width val="291"/>
<Height val="286"/>
</Frame>
</Frame>
</Desc>
Last edited: