mirror of
https://github.com/exogen/t2-mapper.git
synced 2026-03-18 20:01:01 +00:00
re-export new GameData folder from fresh QoL install, updated DynamixThreeSpaceBlenderAddon
This commit is contained in:
parent
7d10fb7dee
commit
27663875ea
7280 changed files with 105217 additions and 119370 deletions
15
docs/base/scripts/autoexec/vMenuFix.cs
Normal file
15
docs/base/scripts/autoexec/vMenuFix.cs
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
package FixVmenuPosition
|
||||
{
|
||||
|
||||
function showChatMenuHud(){
|
||||
parent::showChatMenuHud();
|
||||
%height = ((getWord($pref::Video::resolution, 1) * 0.5) / $pref::Video::uiScale) - 75;
|
||||
//echo("Height: " @ %height);
|
||||
ChatMenuHud.position = "8" SPC %height;
|
||||
}
|
||||
|
||||
};
|
||||
|
||||
//Prevent package from being activated if it is already
|
||||
if (!isActivePackage(FixVmenuPosition))
|
||||
activatePackage(FixVmenuPosition);
|
||||
Loading…
Add table
Add a link
Reference in a new issue