We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5639d46 commit 064c279Copy full SHA for 064c279
src/MenuState.cpp
@@ -35,7 +35,7 @@ MenuState :: MenuState(
35
m_pPipeline->partitioner(),
36
m_pCanvas.get(),
37
m_pQor->resources(),
38
- "Press Start",
+ "Press Start 2P",
39
engine->window()->size().y / 30.0f,
40
&m_Fade,
41
7
src/QorpseState.cpp
@@ -145,7 +145,7 @@ void QorpseState :: preload()
145
m_pTextScroller = make_shared<TextScroller>(
146
m_pQor->window(),
147
m_pQor->session()->profile(0)->controller().get(),
148
149
150
TextScroller::TIMED
151
);
0 commit comments