reimplement aether stuff from personal repo

This commit is contained in:
Bonnie
2026-03-03 11:12:53 -06:00
parent 4d04f408d7
commit afb8090812
129 changed files with 4352 additions and 591 deletions

View File

@@ -691,7 +691,7 @@ void GameRenderer::setupCamera(float a, int eye)
if(app.GetGameSettings(mc->player->GetXboxPad(),eGameSetting_ViewBob) && !mc->player->abilities.flying && !bNoLegAnim && !bNoBobbingAnim) bobView(a);
float pt = mc->player->oPortalTime + (mc->player->portalTime - mc->player->oPortalTime) * a;
if (pt > 0)
if (pt > 0 && !mc->player->inAetherPortalOverlay)
{
int multiplier = 20;
if (mc->player->hasEffect(MobEffect::confusion))