Update cockatrice/src/interface/widgets/tabs/tab_game.cpp

Co-authored-by: RickyRister <42636155+RickyRister@users.noreply.github.com>
This commit is contained in:
BruebachL 2026-01-24 12:51:20 +01:00 committed by GitHub
parent ca820c52c3
commit a9284596a8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -218,12 +218,13 @@ void TabGame::finishTutorialInitialization()
tr("Let's go over them quickly, left-to-right.\n\nThe phase toolbar\nThe player area\nThe battlefield")}); tr("Let's go over them quickly, left-to-right.\n\nThe phase toolbar\nThe player area\nThe battlefield")});
gamePlaySequence.addStep( gamePlaySequence.addStep(
{gamePlayAreaWidget, {gamePlayAreaWidget,
tr("First up, is the phase toolbar. This toolbar shows the current phase of the turn. You " tr("First up, is the phase toolbar. This toolbar shows the current phase of the turn. You can advance it by "
"can advance it by pressing\n\n- Tab (simply advances the phase)\n- Ctrl+Space (advances " "pressing\n\n"
"the phase and performes any associated actions)\n- Clicking directly on the phase you " "- Tab (simply advances the phase)\n"
"want to change to.\n\nYou can also pass the turn here, although, you should note that " "- Ctrl+Space (advances the phase and performes any associated actions)\n"
"most players prefer you simply leave your turn on the end step and allow them to " "- Clicking directly on the phase you want to change to.\n\n"
"'take' the turn from you by pressing 'Next turn' themselves.")}); "You can also pass the turn here, although, you should note that most players prefer you simply leave your "
"turn on the end step and allow them to 'take' the turn from you by pressing 'Next turn' themselves.")});
gamePlaySequence.addStep({gamePlayAreaWidget, tr("Next up, is your player area.\n\nHere you can find:\n\n- Your " gamePlaySequence.addStep({gamePlayAreaWidget, tr("Next up, is your player area.\n\nHere you can find:\n\n- Your "
"avatar\n- Your life-counter\n- Various counters you can use to " "avatar\n- Your life-counter\n- Various counters you can use to "
"track temporary resources (i.e. mana)\n- Your " "track temporary resources (i.e. mana)\n- Your "