[App] First-run tutorial

Took 5 minutes

Took 3 minutes

Took 2 minutes
This commit is contained in:
Brübach, Lukas 2025-12-06 20:50:16 +01:00 committed by Lukas Brübach
parent 46bdb6df32
commit f4a1e9ff53
33 changed files with 1787 additions and 11 deletions

View file

@ -15,6 +15,11 @@ TabbedDeckViewContainer::TabbedDeckViewContainer(int _playerId, TabGame *parent)
updateTabBarVisibility();
}
TutorialSequence TabbedDeckViewContainer::generateTutorialSequence()
{
return playerDeckView->generateTutorialSequence();
}
void TabbedDeckViewContainer::addOpponentDeckView(const DeckList &opponentDeck, int opponentId, QString opponentName)
{
if (opponentDeckViews.contains(opponentId)) {