Home
last modified time | relevance | path

Searched refs:bonusItemDestroyed (Results 1 – 3 of 3) sorted by relevance

/dports/games/granatier/granatier-21.12.3/src/
H A Dbonusitem.h72 void bonusItemDestroyed(BonusItem* bonusItem);
H A Dbonusitem.cpp58 Q_EMIT bonusItemDestroyed(this); in destructionAnimation() local
H A Dgamescene.cpp407 … connect(bonusItem, &BonusItem::bonusItemDestroyed, this, &GameScene::removeBonusItem); in initItemsWithGraphicsFromTheme()