Skip to content

Commit 064c279

Browse files
committed
changed font
1 parent 5639d46 commit 064c279

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/MenuState.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ MenuState :: MenuState(
3535
m_pPipeline->partitioner(),
3636
m_pCanvas.get(),
3737
m_pQor->resources(),
38-
"Press Start",
38+
"Press Start 2P",
3939
engine->window()->size().y / 30.0f,
4040
&m_Fade,
4141
7

src/QorpseState.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ void QorpseState :: preload()
145145
m_pTextScroller = make_shared<TextScroller>(
146146
m_pQor->window(),
147147
m_pQor->session()->profile(0)->controller().get(),
148-
"Press Start",
148+
"Press Start 2P",
149149
m_pQor->resources(),
150150
TextScroller::TIMED
151151
);

0 commit comments

Comments
 (0)