re-export new GameData folder from fresh QoL install, updated DynamixThreeSpaceBlenderAddon

This commit is contained in:
Brian Beck 2025-11-30 16:28:02 -08:00
parent 7d10fb7dee
commit 27663875ea
7280 changed files with 105217 additions and 119370 deletions

View 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);