Skip to content

Commit 6cd74cd

Browse files
committed
fix
1 parent d99f9fe commit 6cd74cd

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

src/nodes/layers/DTLayer.cpp

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -379,10 +379,12 @@ bool DTLayer::init(GJGameLevel* const& level) {
379379
->joinHighlight(bottomLeftMenu)
380380
->joinHighlight(sessionSelector)
381381

382-
->appendDialogue("There's the <cy>level options</c>, which allows you to change many things about how you <cr>track/display your data</c>", TutorialCharacterFace::TCFNormal)
382+
->appendDialogue("There are the <cy>level options</c>", TutorialCharacterFace::TCFNormal)
383383
->joinHighlight(levelSpecificOptionsBtn)
384384
->joinTransform(TutorialBoxPlacement::TBPLeft, .75f)
385385
->joinTextToHighlight("level options", .3f, TutorialTextPlacement::TTTop)
386+
->appendDialogue("Which allow you to change many things about how you <cr>track/display your data</c>", TutorialCharacterFace::TCFNormal)
387+
->joinPreviousHighlight()
386388

387389
->appendDialogue("You have the <cg>graphs</c> which allow you to visually see your consistancy and other aspects of your data", TutorialCharacterFace::TCFNormalTilted)
388390
->joinHighlight(graphBtn)

0 commit comments

Comments
 (0)