mirror of
https://github.com/AquariaOSE/Aquaria.git
synced 2025-06-09 01:52:02 +00:00
Allow interactive parallax layer elements
This commit is contained in:
parent
ba9c37f704
commit
4b32c4364f
1 changed files with 5 additions and 5 deletions
|
@ -5920,13 +5920,13 @@ void Game::rebuildElementUpdateList()
|
||||||
{
|
{
|
||||||
elementUpdateList.push_back(e);
|
elementUpdateList.push_back(e);
|
||||||
}
|
}
|
||||||
|
}
|
||||||
ElementEffect ee = dsq->getElementEffectByIndex(e->getElementEffectIndex());
|
ElementEffect ee = dsq->getElementEffectByIndex(e->getElementEffectIndex());
|
||||||
if(ee.type == EFX_WAVY)
|
if(ee.type == EFX_WAVY)
|
||||||
{
|
{
|
||||||
elementInteractionList.push_back(e);
|
elementInteractionList.push_back(e);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
void Game::setElementLayerFlags()
|
void Game::setElementLayerFlags()
|
||||||
|
|
Loading…
Add table
Reference in a new issue